Commit 4f19e578 by Joseph Myers Committed by Joseph Myers

* gcc.c-torture/compile/20060421-1.c: New testcase.

From-SVN: r113173
parent d6eeb3ba
2006-04-22 Joseph S. Myers <joseph@codesourcery.com>
* gcc.c-torture/compile/20060421-1.c: New testcase.
2006-04-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c/25875
/* This test used to ICE on ARM with -mcpu=iwmmxt. */
void
foo (void)
{
long long int a;
unsigned long b[249]; /* >= 249 causes failure */
register unsigned int c;
b[c] = (a & (1ULL << c)) ? 1 : 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