diff options
| author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-11 17:40:19 +0000 |
|---|---|---|
| committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-11 17:40:19 +0000 |
| commit | 88a78d982ea6dc0ca6049e836a1fb17c489dc877 (patch) | |
| tree | e0936a9f4546a0ed16a935870fe7b5835744abd5 | |
| parent | 362883d3df98a28ff80b0e54dceb8d52d030fdaf (diff) | |
| download | ppe42-gcc-88a78d982ea6dc0ca6049e836a1fb17c489dc877.tar.gz ppe42-gcc-88a78d982ea6dc0ca6049e836a1fb17c489dc877.zip | |
* g++.dg/other/first-global.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72344 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/other/first-global.C | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 86c18ce3a7d..b7b24ac6cf6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/g++.dg/other/first-global.C b/gcc/testsuite/g++.dg/other/first-global.C new file mode 100644 index 00000000000..b50f3266b5d --- /dev/null +++ b/gcc/testsuite/g++.dg/other/first-global.C @@ -0,0 +1,4 @@ +/* { dg-do compile } */ +/* { dg-final { scan-assembler "_GLOBAL__I_foobar" } } */ +struct foo { foo (); }; +foo foobar; |

