Commit 671e85f6 by Nick Clifton Committed by Nick Clifton

Add new test (that breaks ARM backend).

From-SVN: r34794
parent 18ee3d5e
2000-06-29 Nick Clifton <nickc@cygnus.com>
* gcc.c-torture/compile/20000629-1.c: New test.
2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
......
struct a
{
struct a * x;
};
void
foo (struct a * b)
{
int i;
for (i = 0; i < 1000; i++)
{
b->x = b;
b++;
}
}
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