From: John David Anglin Date: Thu, 3 Jan 2008 02:33:12 +0000 (+0000) Subject: re PR middle-end/34562 (FAIL: g++.dg/other/first-global.C scan-assembler _GLOBAL__I_f... X-Git-Tag: releases/gcc-4.3.0~772 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c7cc333be628a708bac4b59d1745c2c91bdcdc3;p=thirdparty%2Fgcc.git re PR middle-end/34562 (FAIL: g++.dg/other/first-global.C scan-assembler _GLOBAL__I_foobar) PR middle-end/34562 * g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in scan-assembler check. From-SVN: r131274 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c23446b70b66..0c00eb633ae3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2008-01-02 John David Anglin + + 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 PR middle-end/34608 diff --git a/gcc/testsuite/g++.dg/other/first-global.C b/gcc/testsuite/g++.dg/other/first-global.C index 81e7a96e2e09..4093ade7f930 100644 --- a/gcc/testsuite/g++.dg/other/first-global.C +++ b/gcc/testsuite/g++.dg/other/first-global.C @@ -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;