Commit 767440a2 by James E Wilson Committed by Jim Wilson

* gcc.dg/m68k-slp-ice.c: New test for PR c/7872.

From-SVN: r63763
parent f9d36a92
2003-03-03 James E Wilson <wilson@tuliptree.org>
* gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
2003-03-03 Mark Mitchell <mark@codesourcery.com>
PR c++/9878
......
/* From PR 7872, test for optabs segfault when strict low part is present. */
/* { dg-do compile { target m68k-*-* } } */
/* { dg-options "-O0" } */
extern void (**table)(void);
typedef unsigned short uw16;
typedef unsigned int gshort;
register uw16 *pc asm("%a4");
register gshort code asm("%d6");
void QMExecuteLoop(uw16 *oldPC)
{
table[code=(*(uw16*)(pc++))]();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment