diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-10-20 14:04:34 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-10-20 14:04:34 +0100 |
commit | 6b2de4c7d8fac7d98a3e152f3905849ac55109fe (patch) | |
tree | 4ebd053fac6809433e7163fc1576c2ca6ef5dd8a | |
parent | 6611b62cc2c8286872b681808bb882addc996854 (diff) | |
download | gcc-6b2de4c7d8fac7d98a3e152f3905849ac55109fe.zip gcc-6b2de4c7d8fac7d98a3e152f3905849ac55109fe.tar.gz gcc-6b2de4c7d8fac7d98a3e152f3905849ac55109fe.tar.bz2 |
pr40906-1.c, [...]: Do not use -mno-accumulate-outgoing-args.
* 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
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr40906-1.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr40906-2.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr46226.c | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 79dc8a73..ec1143f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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>. diff --git a/gcc/testsuite/gcc.target/i386/pr40906-1.c b/gcc/testsuite/gcc.target/i386/pr40906-1.c index e1c3771..233d8fd 100644 --- a/gcc/testsuite/gcc.target/i386/pr40906-1.c +++ b/gcc/testsuite/gcc.target/i386/pr40906-1.c @@ -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); diff --git a/gcc/testsuite/gcc.target/i386/pr40906-2.c b/gcc/testsuite/gcc.target/i386/pr40906-2.c index 5a7bd6c..58b076e 100644 --- a/gcc/testsuite/gcc.target/i386/pr40906-2.c +++ b/gcc/testsuite/gcc.target/i386/pr40906-2.c @@ -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); diff --git a/gcc/testsuite/gcc.target/i386/pr46226.c b/gcc/testsuite/gcc.target/i386/pr46226.c index 389158a..168d80e 100644 --- a/gcc/testsuite/gcc.target/i386/pr46226.c +++ b/gcc/testsuite/gcc.target/i386/pr46226.c @@ -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); |