* gcc.c-torture/compile/20000319-1.c: New test.

From-SVN: r32637
This commit is contained in:
Richard Henderson 2000-03-19 03:51:11 -08:00 committed by Richard Henderson
parent 8e1ca0982c
commit 5d6a090fbd
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-03-19 Richard Henderson <rth@cygnus.com>
* gcc.c-torture/compile/20000319-1.c: New test.
Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/20000314-3.c: New test.

View File

@ -0,0 +1,6 @@
struct foo
{
long x;
char y;
long boom[0];
};