first-global.C: Update regexp to match new names of ctors.
authorJan Hubicka <jh@suse.cz>
Tue, 14 Dec 2010 10:57:11 +0000 (11:57 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 14 Dec 2010 10:57:11 +0000 (10:57 +0000)
* g++.dg/other/first-global.C: Update regexp to match new
names of ctors.

From-SVN: r167791

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/first-global.C

index 8c4d838dbf7a6e4199fcc29449276a7b6c837e3a..bbf4627780f457f7e9b23750dc93ab8cf72d4cde 100644 (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
index 0f39a8abb7329fb7fd82d3906c8db22854fd3f4c..d58bc7164ae8d8a0e75cfdfe65754a0aae5346c1 100644 (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;