diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8c4d838dbf7a..bbf4627780f4 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 0f39a8abb732..d58bc7164ae8 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;