From: Jan Hubicka Date: Tue, 14 Dec 2010 10:57:11 +0000 (+0100) Subject: first-global.C: Update regexp to match new names of ctors. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02826ae9973394ca98dfaae496c287920aa2e886;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8c4d838dbf7..bbf4627780f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-12-04 Jan Hubicka + + * g++.dg/other/first-global.C: Update regexp to match new + names of ctors. + 2010-12-14 Bernd Schmidt 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 0f39a8abb73..d58bc7164ae 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;