Commit 7f62ca08 by Jakub Jelinek Committed by Jakub Jelinek

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

From-SVN: r92975
parent 46d096a3
2005-01-06 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/compile/20050105-1.c: New test.
2005-01-05 Geoffrey Keating <geoffk@apple.com>
* gcc.dg/darwin-weakimport-2.c: Remove stray 'APPLE LOCAL' marker.
......
void bar (struct S *);
void foo (void *x)
{
bar ((struct S *) x);
}
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