This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/50085] [4.7 Regression] FAIL: g++.dg/opt/life1.C scan-assembler GLOBAL_OFFSET_TABLE on x86_64-apple-darwin10
- From: "hjl.tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 15 Aug 2011 13:42:59 +0000
- Subject: [Bug testsuite/50085] [4.7 Regression] FAIL: g++.dg/opt/life1.C scan-assembler GLOBAL_OFFSET_TABLE on x86_64-apple-darwin10
- Auto-submitted: auto-generated
- References: <bug-50085-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50085
--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2011-08-15 13:42:59 UTC ---
(In reply to comment #2)
> > Can you try this ...
>
> With the change I get:
>
> ERROR: g++.dg/opt/life1-c.C: syntax error in target selector "target i?86-*-*
> x86_64-*-* && ia32 && fpic" for " dg-do 3 compile { target { { i?86-*-*
> x86_64-*-* } && ia32 && fpic } } "
>
> If I use
>
> // { dg-do compile { target { { i?86-*-* x86_64-*-* } && { ia32 && fpic } } }
> }
>
> The test fails with -m32 (unsupported with -m64).
Did this test work with -m32 before?