mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-24 10:04:27 +08:00
* gcc.c-torture/compile/20000518-1.c: New test.
From-SVN: r33999
This commit is contained in:
parent
3fe3a08f9a
commit
606b4c9404
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
17
gcc/testsuite/gcc.c-torture/compile/20000518-1.c
Normal file
17
gcc/testsuite/gcc.c-torture/compile/20000518-1.c
Normal file
@ -0,0 +1,17 @@
|
||||
void callit1(void*);
|
||||
|
||||
extern __inline__ void test()
|
||||
{
|
||||
__label__ l1;
|
||||
|
||||
callit1(&&l1);
|
||||
|
||||
l1:
|
||||
|
||||
}
|
||||
|
||||
|
||||
void dotest()
|
||||
{
|
||||
test();
|
||||
}
|
Loading…
Reference in New Issue
Block a user