Message ID | 20101214095919.GB10352@kam.mff.cuni.cz |
---|---|
State | New |
Headers | show |
On 12/14/2010 01:59 AM, Jan Hubicka wrote: > --- testsuite/g++.dg/other/first-global.C (revision 167752) > +++ testsuite/g++.dg/other/first-global.C (working copy) > @@ -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" } } */ Ok. r~
Index: testsuite/g++.dg/other/first-global.C =================================================================== --- testsuite/g++.dg/other/first-global.C (revision 167752) +++ testsuite/g++.dg/other/first-global.C (working copy) @@ -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;