Commit 504f140d by Jeffrey A Law Committed by Jeff Law

* gcc.c-torture/execute/20000412-5.c: New test.

From-SVN: r33121
parent 9c749c66
Wed Apr 12 10:25:08 2000 Jeffrey A Law (law@cygnus.com) Wed Apr 12 10:25:08 2000 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/20000412-5.c: New test.
* g77.f-torture/compile/20000412-1.f: New test. * g77.f-torture/compile/20000412-1.f: New test.
* gcc.c-torture/execute/20000412-4.c: New test. * gcc.c-torture/execute/20000412-4.c: New test.
* gcc.c-torture/compile/20000412-2.c: New test. * gcc.c-torture/compile/20000412-2.c: New test.
......
int main( void ) {
struct {
int node;
int type;
} lastglob[1] = { { 0 , 1 } };
if (lastglob[0].node != 0 || lastglob[0].type != 1)
abort ();
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