Currently the new testcase for gcc.target/i386/pr53249.c is failing
on darwin due to the absence of -mx32 support on that target. The following
patch skips this testcase on darwin. Tested on x86_64-apple-darwin12...

http://gcc.gnu.org/ml/gcc-testresults/2012-08/msg02042.html

Okay for gcc trunk?
       Jack

2012-08-24  Dominique d'Humieres  <domi...@lps.ens.ft>
            Jack Howarth  <howa...@bromo.med.uc.edu>

        PR target/54257
        * gcc.target/i386/pr53249.c: Skip on darwin.


Index: gcc/testsuite/gcc.target/i386/pr53249.c
===================================================================
--- gcc/testsuite/gcc.target/i386/pr53249.c     (revision 190647)
+++ gcc/testsuite/gcc.target/i386/pr53249.c     (working copy)
@@ -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

Reply via email to