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
This commit is contained in:
parent
c7e1fa8250
commit
02826ae997
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user