Commit accc8668 by Joseph Myers Committed by Joseph Myers

* gcc.c-torture/execute/20001203-1.c: New test.

From-SVN: r37983
parent 250d07b6
2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.c-torture/execute/20001203-1.c: New test.
2000-12-03 Neil Booth <neilb@earthling.net> 2000-12-03 Neil Booth <neilb@earthling.net>
* gcc.dg/cpp/macro6.c: New test cases. * gcc.dg/cpp/macro6.c: New test cases.
......
/* Origin: PR c/410 from Jan Echternach
<jan.echternach@informatik.uni-rostock.de>,
adapted to a testcase by Joseph Myers <jsm28@cam.ac.uk>.
*/
extern void exit (int);
static void
foo (void)
{
struct {
long a;
char b[1];
} x = { 2, { 0 } };
}
int
main (void)
{
int tmp;
foo ();
tmp = 1;
exit (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