]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr40906-1.c, [...]: Do not use -mno-accumulate-outgoing-args.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 20 Oct 2011 13:04:34 +0000 (14:04 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 20 Oct 2011 13:04:34 +0000 (14:04 +0100)
* gcc.target/i386/pr40906-1.c, gcc.target/i386/pr40906-2.c,
gcc.target/i386/pr46226.c: Do not use
-mno-accumulate-outgoing-args.

From-SVN: r180252

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 79dc8a7322d8eb34709015c99762ec6e07de9438..ec1143ff7b2f4218c82c3c4a138ecde7aba935c2 100644 (file)
@@ -1,3 +1,9 @@
+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
index e1c3771bb16ecbba8ea4d0e2a5f9744c117ccc7c..233d8fdcb0ec0bb4d7811f7b64d707119ca5e0b3 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 5a7bd6c270f8e8df4c504e32793366d2486fdd42..58b076e1f5b2d8f0e62765ba4abd83e6a4fa2061 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 389158a03ee99547855966f02846cba8d6afca8d..168d80e2be40b1447a4053cbd5a1c4ab7ecfb2a5 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);