]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR middle-end/34562 (FAIL: g++.dg/other/first-global.C scan-assembler _GLOBAL__I_f...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Thu, 3 Jan 2008 02:33:12 +0000 (02:33 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 3 Jan 2008 02:33:12 +0000 (02:33 +0000)
PR middle-end/34562
* g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
scan-assembler check.

From-SVN: r131274

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

index c23446b70b66a097caf0f69f0b89e2c6611e759a..0c00eb633ae3147824e4a7bbd3305426aedd50dd 100644 (file)
@@ -1,3 +1,9 @@
+2008-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR middle-end/34562
+       * g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
+       scan-assembler check.
+
 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/34608
index 81e7a96e2e0907bdc0352f539e1e288babde7f1d..4093ade7f930fe5ea5edb866c2d056dba9a716b7 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-fpie" { target *-*-darwin* } } */
-/* { dg-final { scan-assembler "_GLOBAL__I_foobar" } } */
+/* { dg-final { scan-assembler "_GLOBAL__I(_|_65535_0_)foobar" } } */
 
 struct foo { foo (); };
 foo foobar;