Commit 4a1b6176 by Richard Sandiford Committed by Richard Sandiford

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

From-SVN: r43932
parent b5265b32
2001-07-11 Richard Sandiford <rsandifo@redhat.com>
* gcc.c-torture/execute/20010711-1.c: New test.
2001-07-11 Ben Elliston <bje@redhat.com>
* g++.old-deja/g++.other/enum5.C: New test.
......
void foo (int *a) {}
int main ()
{
int a;
if (&a == 0)
abort ();
else
{
foo (&a);
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