]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
struct-layout-1_generate.c (dg-options): Add -mno-mmx for i?86-*-* and x86_64-*-...
authorUros Bizjak <uros@gcc.gnu.org>
Thu, 13 Nov 2008 18:34:05 +0000 (19:34 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 13 Nov 2008 18:34:05 +0000 (19:34 +0100)
* gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mno-mmx
for i?86-*-* and x86_64-*-* targets
* g++.dg/compat/struct-layout-1_generate.c (dg-options): Add
-fno-common for *-*-darwin* *-*-mingw32* *-*-cygwin* targets.

From-SVN: r141825

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

index 2ae685a51e83c31d87cb7678428da9627b15bba2..b3107d6a55a1ba8998816ce65193a2541226545a 100644 (file)
@@ -57,8 +57,7 @@
 
        Revert:
        2008-10-21  Jakub Jelinek  <jakub@redhat.com>
-       * gimplify.c (gimplify_expr): Drop TREE_OVERFLOW from
-       INTEGER_CSTs.
+       * gimplify.c (gimplify_expr): Drop TREE_OVERFLOW from INTEGER_CSTs.
 
 2008-11-12  Jason Merrill  <jason@redhat.com>
 
        * config/mips/mips.h (BASE_DRIVER_SELF_SPECS): New. 
 
 2008-11-10  Vladimir Makarov  <vmakarov@redhat.com>
-           
+
        PR rtl-optimizations/37948
        * ira-int.h (struct ira_allocno_copy): New member constraint_p.
        (ira_create_copy, ira_add_allocno_copy): New parameter.
index a199f2b3149e99262d0e5384066ba75ad6df1e66..3bf998fd7c7f32550c5a619b1808ad805581f751 100644 (file)
@@ -1,3 +1,10 @@
+2008-11-13  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mno-mmx
+       for i?86-*-* and x86_64-*-* targets
+       * g++.dg/compat/struct-layout-1_generate.c (dg-options): Add
+       -fno-common for *-*-darwin* *-*-mingw32* *-*-cygwin* targets.
+
 2008-11-13  Olivier Hainque  <hainque@adacore.com>
 
        * gnat.dg/test_raise_from_pure.adb: Adjust to match revised intent.
@@ -71,9 +78,8 @@
        PR fortran/33759
        * gfortran.dg/hollerith.f90: Don't assume a 32-bit value
        stored into logical variable will be preserved.
-       * gfortran.dg/transfer_simplify_4.f90: Remove undefined
-       cases.  Run at all optimization levels.  Add a couple of
-       new tests.
+       * gfortran.dg/transfer_simplify_4.f90: Remove undefined cases.
+       Run at all optimization levels.  Add a couple of new tests.
        * gfortran.dg/hollerith5.f90: New test.
        * gfortran.dg/hollerith_legacy.f90: Add dg-warning.
 
        PR target/37812
        * gcc.target/powerpc/altivec_check.h (altivec_cell_check): Abort
        if __PPU__ isn't defined.
-       * lib/target-supports.exp (check_effective_target_powerpc_ppu_ok):
-       New.
+       * lib/target-supports.exp (check_effective_target_powerpc_ppu_ok): New.
        * gcc.target/powerpc/altivec-cell-8.c: Use powerpc_ppu_ok.
 
 2008-11-03  Eric Botcazou  <ebotcazou@adacore.com>
index 589cc787fd831183f2eaa62ee80d723b804c3438..e85453029decd11cc8feac1b2c285f36d444a835 100644 (file)
@@ -45,7 +45,7 @@ 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* } } */\n",
+"/* { dg-options \"%s-I%s -fno-common\" { target hppa*-*-hpux* *-*-darwin* *-*-mingw32* *-*-cygwin* } } */\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 d50322c9f8756ed73ff1ba1c19e4ac9825a3e113..a5f4347427922e1066fad0b5cb19391a17213c0c 100644 (file)
@@ -44,6 +44,7 @@ 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 -mno-base-addresses\" { target mmix-*-* } } */\n",
 "/* { dg-options \"%s-I%s -mlongcalls -mtext-section-literals\" { target xtensa*-*-* } } */\n"