Commit 9db83b39 by Richard Henderson Committed by Richard Henderson

New test.

From-SVN: r35107
parent 9b7bf67d
2000-07-17 Richard Henderson <rth@cygnus.com>
* gcc.c-torture/execute/20000717-4.c: New test.
2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
* gcc.dg/cpp/syshdr.c: New test.
......
/* Extracted from gas. Incorrectly generated non-pic code at -O0 for
IA-64, which produces linker errors on some operating systems. */
struct
{
int offset;
struct slot
{
int field[6];
}
slot[4];
} s;
int
x ()
{
int toggle = 0;
int r = s.slot[0].field[!toggle];
return r;
}
int
main ()
{
return 0;
}
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