* g++.dg/other/first-global.C: New test.
From-SVN: r72344
This commit is contained in:
parent
8af11e80aa
commit
5a2a057de8
@ -1,3 +1,7 @@
|
||||
Sat Oct 11 12:26:16 CEST 2003 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* g++.dg/other/first-global.C: New test.
|
||||
|
||||
2003-10-11 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* gcc.c-torture/execute/string-opt-18.c: New testcase.
|
||||
|
4
gcc/testsuite/g++.dg/other/first-global.C
Normal file
4
gcc/testsuite/g++.dg/other/first-global.C
Normal file
@ -0,0 +1,4 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-final { scan-assembler "_GLOBAL__I_foobar" } } */
|
||||
struct foo { foo (); };
|
||||
foo foobar;
|
Loading…
x
Reference in New Issue
Block a user