]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr40906-1.c: Add -fno-asynchronous-unwind-tables to dg-options.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 12 Aug 2010 18:20:44 +0000 (20:20 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 12 Aug 2010 18:20:44 +0000 (20:20 +0200)
* gcc.target/i386/pr40906-1.c: Add -fno-asynchronous-unwind-tables
to dg-options.
* gcc.target/i386/pr40906-2.c: Ditto.
* gcc.target/i386/pr40906-3.c: Ditto.

From-SVN: r163198

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

index 840253dcaf32e99696258195c6b4c6a15c668dc0..0f2a7cc0ef358bdb5a7f420efb595f908395e20e 100644 (file)
@@ -1,3 +1,10 @@
+2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/pr40906-1.c: Add -fno-asynchronous-unwind-tables
+       to dg-options.
+       * gcc.target/i386/pr40906-2.c: Ditto.
+       * gcc.target/i386/pr40906-3.c: Ditto.
+
 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/45262
index c14bbfa3a4fa3ff937d66a605992fd5d89215c56..77e7c9b1eafad25d1789856a76b2ea8c9b9467fe 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do run } */
 /* { dg-require-effective-target ilp32 } */
-/* { dg-options "-O2 -fomit-frame-pointer -mpush-args -mno-accumulate-outgoing-args" } */
+/* { dg-options "-O2 -fomit-frame-pointer -fno-asynchronous-unwind-tables -mpush-args -mno-accumulate-outgoing-args" } */
 
 void abort (void);
 
index 66e146b0ca015077546f79ad05551510d018f88b..535141a88115348a4824cfd9544c45d5d783943c 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do run } */
 /* { dg-require-effective-target ilp32 } */
-/* { dg-options "-O2 -fomit-frame-pointer -mpush-args -mno-accumulate-outgoing-args -m128bit-long-double" } */
+/* { dg-options "-O2 -fomit-frame-pointer -fno-asynchronous-unwind-tables -mpush-args -mno-accumulate-outgoing-args -m128bit-long-double" } */
 
 void abort (void);
 
index e976805e4412a7de7713e21dc176e98c3c382e95..d83833fa8d33d52c3e584d6d0110ad1ba9fa1720 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do run { target *-*-linux* } } */
 /* { dg-require-effective-target ilp32 } */
 /* { dg-require-effective-target sse2 } */
-/* { dg-options "-O2 -fomit-frame-pointer -msse2 -mpush-args -mno-accumulate-outgoing-args" } */
+/* { dg-options "-O2 -fomit-frame-pointer -fno-asynchronous-unwind-tables -msse2 -mpush-args -mno-accumulate-outgoing-args" } */
 
 #include "sse2-check.h"