[Bug target/54257] gcc.target/i386/pr53249.c failure at -m64 on x86_64-apple-darwin
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Mon Aug 20 12:14:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54257
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-08-20
Ever Confirmed|0 |1
--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-08-20 12:13:35 UTC ---
I got rid of the error with the following patch
--- /opt/gcc/_clean/gcc/testsuite/gcc.target/i386/pr53249.c 2012-05-09
15:56:54.000000000 +0200
+++ /opt/gcc/work/gcc/testsuite/gcc.target/i386/pr53249.c 2012-06-23
14:30:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { ! { ia32 } } } } */
+/* { dg-do compile { target { { ! { ia32 } } && { ! *-*-darwin* } } } } */
/* { dg-options "-O2 -mx32 -ftls-model=initial-exec -maddress-mode=short" } */
struct gomp_task
AFAICT -mx32 is not supported on darwin.
More information about the Gcc-bugs
mailing list