PR middle-end/34562
* g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
scan-assembler check.
From-SVN: r131274
+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
/* { 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;