Commit 233f4c98 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r33972
parent b4c7e567
Wed May 17 18:30:10 2000 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/20000517-1.c: New test.
2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* gcc.c-torture/execute/20000516-1.c: New test. * gcc.c-torture/execute/20000516-1.c: New test.
......
void test2 (int*, int, int, int);
void test ()
{
int l;
test2 (0, 0, 0, 0);
test2 (&l, 0, 0, 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