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:
Jan Hubicka 2010-12-14 11:57:11 +01:00 committed by Jan Hubicka
parent c7e1fa8250
commit 02826ae997
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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;