* g++.dg/other/first-global.C: New test.

From-SVN: r72344
This commit is contained in:
Jan Hubicka 2003-10-11 19:40:19 +02:00 committed by Jan Hubicka
parent 8af11e80aa
commit 5a2a057de8
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,4 @@
/* { dg-do compile } */
/* { dg-final { scan-assembler "_GLOBAL__I_foobar" } } */
struct foo { foo (); };
foo foobar;