re PR testsuite/38099 (tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y...
authorJack Howarth <howarth@bromo.med.uc.edu>
Mon, 17 Nov 2008 19:39:54 +0000 (19:39 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 17 Nov 2008 19:39:54 +0000 (19:39 +0000)
2008-11-14  Jack Howarth  <howarth@bromo.med.uc.edu>

        PR testsuite/38099
* gcc.dg/compat/struct-layout-1_generate.c: Also use -no-mmx on
i?86/x86_64 darwin.
* g++.dg/compat/struct-layout-1_generate.c: Same.

From-SVN: r141948

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c

index 16c4e05e23fed054e8e2d009e4fb33d4a49f401d..0c0dc1d0a5c197ee10cd48e039b35c9f3b039ce4 100644 (file)
@@ -1,3 +1,10 @@
+2008-11-17  Jack Howarth  <howarth@bromo.med.uc.edu>
+        
+        PR testsuite/38099
+       * gcc.dg/compat/struct-layout-1_generate.c: Also use -no-mmx on
+       i?86/x86_64 darwin.
+       * g++.dg/compat/struct-layout-1_generate.c: Same.
+
 2008-11-17  Uros Bizjak  <ubizjak@gmail.com>
 
        PR middle-end/37908
index e85453029decd11cc8feac1b2c285f36d444a835..575ad61a01a51cf636c72162595966c0b301bc1d 100644 (file)
@@ -45,7 +45,8 @@ along with GCC; see the file COPYING3.  If not see
 const char *dg_options[] = {
 "/* { dg-options \"%s-I%s\" } */\n",
 "/* { dg-options \"%s-I%s -mno-mmx\" { target i?86-*-* x86_64-*-* } } */\n",
-"/* { dg-options \"%s-I%s -fno-common\" { target hppa*-*-hpux* *-*-darwin* *-*-mingw32* *-*-cygwin* } } */\n",
+"/* { dg-options \"%s-I%s -fno-common\" { target hppa*-*-hpux* powerpc*-*-darwin* *-*-mingw32* *-*-cygwin* } } */\n",
+"/* { dg-options \"%s-I%s -mno-mmx -fno-common\" { target i?86-*-darwin* x86_64-*-darwin* } } */\n",
 "/* { dg-options \"%s-I%s -mno-base-addresses\" { target mmix-*-* } } */\n",
 "/* { dg-options \"%s-I%s -mlongcalls -mtext-section-literals\" { target xtensa*-*-* } } */\n"
 #define NDG_OPTIONS (sizeof (dg_options) / sizeof (dg_options[0]))
index a5f4347427922e1066fad0b5cb19391a17213c0c..a162dee42a46cb3e74a3fff15b9a1bd1c5f37a49 100644 (file)
@@ -45,7 +45,8 @@ along with GCC; see the file COPYING3.  If not see
 const char *dg_options[] = {
 "/* { dg-options \"%s-I%s\" } */\n",
 "/* { dg-options \"%s-I%s -mno-mmx\" { target i?86-*-* x86_64-*-* } } */\n",
-"/* { dg-options \"%s-I%s -fno-common\" { target hppa*-*-hpux* *-*-darwin* *-*-mingw32* *-*-cygwin* } } */\n",
+"/* { dg-options \"%s-I%s -fno-common\" { target hppa*-*-hpux* powerpc*-*-darwin* *-*-mingw32* *-*-cygwin* } } */\n",
+"/* { dg-options \"%s-I%s -mno-mmx -fno-common\" { target i?86-*-darwin* x86_64-*-darwin* } } */\n",
 "/* { dg-options \"%s-I%s -mno-base-addresses\" { target mmix-*-* } } */\n",
 "/* { dg-options \"%s-I%s -mlongcalls -mtext-section-literals\" { target xtensa*-*-* } } */\n"
 #define NDG_OPTIONS (sizeof (dg_options) / sizeof (dg_options[0]))