Commit 0fe68387 by Joseph Myers Committed by Joseph Myers

20001018-1.c: New test.

	* gcc.c-torture/compile/20001018-1.c: New test.
	* gcc.c-torture/compile/20001018-1.x: Xfail.

From-SVN: r36917
parent 2b7fb034
2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.c-torture/compile/20001018-1.c: New test.
* gcc.c-torture/compile/20001018-1.x: Xfail.
2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* gcc.c-torture/execute/20001017-1.c: New test. * gcc.c-torture/execute/20001017-1.c: New test.
......
void
foo (void)
{
extern char i[10];
{
extern char i[];
char x[sizeof (i) == 10 ? 1 : -1];
}
}
set torture_compile_xfail "*-*-*"
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