Commit 606b4c94 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r33999
parent 3fe3a08f
Thu May 18 16:03:29 2000 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/20000518-1.c: New test.
2000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
* g77.f-torture/compile/200005018.f: New test.
......
void callit1(void*);
extern __inline__ void test()
{
__label__ l1;
callit1(&&l1);
l1:
}
void dotest()
{
test();
}
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