diff options
author | Jan Hubicka <jh@suse.cz> | 2010-12-14 11:57:11 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2010-12-14 10:57:11 +0000 |
commit | 02826ae9973394ca98dfaae496c287920aa2e886 (patch) | |
tree | 8b63979f60eaf73c4dfb37d6bd7b0b988c5dc7df /gcc | |
parent | c7e1fa82502f98b4ac9c6e576345debf6b56a654 (diff) | |
download | gcc-02826ae9973394ca98dfaae496c287920aa2e886.zip gcc-02826ae9973394ca98dfaae496c287920aa2e886.tar.gz gcc-02826ae9973394ca98dfaae496c287920aa2e886.tar.bz2 |
first-global.C: Update regexp to match new names of ctors.
* g++.dg/other/first-global.C: Update regexp to match new
names of ctors.
From-SVN: r167791
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/other/first-global.C | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8c4d838..bbf4627 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-12-04 Jan Hubicka <jh@suse.cz> + + * g++.dg/other/first-global.C: Update regexp to match new + names of ctors. + 2010-12-14 Bernd Schmidt <bernds@codesourcery.com> PR rtl-optimization/44374 diff --git a/gcc/testsuite/g++.dg/other/first-global.C b/gcc/testsuite/g++.dg/other/first-global.C index 0f39a8a..d58bc71 100644 --- a/gcc/testsuite/g++.dg/other/first-global.C +++ b/gcc/testsuite/g++.dg/other/first-global.C @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-add-options bind_pic_locally } */ -/* { dg-final { scan-assembler "_GLOBAL__I(_|_65535_0_)foobar" } } */ +/* { dg-final { scan-assembler "_GLOBAL__(I|sub_I)(_|_65535_0_)foobar" } } */ struct foo { foo (); }; foo foobar; |