OSDN Git Service

* gcc.target/i386/pr40906-1.c, gcc.target/i386/pr40906-2.c,
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 2011 13:04:34 +0000 (13:04 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 2011 13:04:34 +0000 (13:04 +0000)
gcc.target/i386/pr46226.c: Do not use
-mno-accumulate-outgoing-args.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180252 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr40906-1.c
gcc/testsuite/gcc.target/i386/pr40906-2.c
gcc/testsuite/gcc.target/i386/pr46226.c

index 79dc8a7..ec1143f 100644 (file)
@@ -1,5 +1,11 @@
 2011-10-20  Joseph Myers  <joseph@codesourcery.com>
 
+       * gcc.target/i386/pr40906-1.c, gcc.target/i386/pr40906-2.c,
+       gcc.target/i386/pr46226.c: Do not use
+       -mno-accumulate-outgoing-args.
+
+2011-10-20  Joseph Myers  <joseph@codesourcery.com>
+
        * gcc.dg/tree-prof/val-prof-7.c: Declare bzero instead of
        including <strings.h>.
 
index e1c3771..233d8fd 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do run } */
 /* { dg-require-effective-target ia32 } */
 /* { dg-options "-O2 -fomit-frame-pointer -fno-asynchronous-unwind-tables -mpush-args -mno-accumulate-outgoing-args" } */
+/* { dg-options "-O2 -fomit-frame-pointer -fno-asynchronous-unwind-tables -mpush-args" { target *-*-mingw* *-*-cygwin* } } */
 
 void abort (void);
 
index 5a7bd6c..58b076e 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do run } */
 /* { dg-require-effective-target ia32 } */
 /* { dg-options "-O2 -Wno-psabi -fomit-frame-pointer -fno-asynchronous-unwind-tables -mpush-args -mno-accumulate-outgoing-args -m128bit-long-double" } */
+/* { dg-options "-O2 -Wno-psabi -fomit-frame-pointer -fno-asynchronous-unwind-tables -mpush-args -m128bit-long-double" { target *-*-mingw* *-*-cygwin* } } */
 
 void abort (void);
 
index 389158a..168d80e 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-Os -fomit-frame-pointer -mno-accumulate-outgoing-args -fno-asynchronous-unwind-tables" } */
+/* { dg-options "-Os -fomit-frame-pointer -fno-asynchronous-unwind-tables" { target *-*-mingw* *-*-cygwin* } } */
 
 extern void abort(void);