]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
march.c: Skip if -march defined.
authorUros Bizjak <ubizjak@gmail.com>
Sun, 8 Aug 2010 12:09:46 +0000 (14:09 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 8 Aug 2010 12:09:46 +0000 (14:09 +0200)
* gcc.dg/march.c: Skip if -march defined.
* gcc.dg/mtune.c: Skip if -mtune defined.

* g++.old-deja/g++.jason/thunk3.C: Skip for targets with
generic thunk support.

From-SVN: r162998

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.jason/thunk3.C
gcc/testsuite/gcc.dg/march.c
gcc/testsuite/gcc.dg/mtune.c

index 18f42a43fbf5c9566f1b03fd4595c7ef359841b4..052b8bb42347aa4f0ae44406c507e1423d83037c 100644 (file)
@@ -1,3 +1,11 @@
+2010-08-08  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/march.c: Skip if -march defined.
+       * gcc.dg/mtune.c: Skip if -mtune defined.
+
+       * g++.old-deja/g++.jason/thunk3.C: Skip for targets with
+       generic thunk support.
+
 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/45213
index de47b5c27115811b777a986286bfebb4127dd263..f0c1187b01ec196b703e043fdb4454d23b74ad9f 100644 (file)
@@ -1,4 +1,5 @@
-// { dg-do run { xfail rs6000-*-* powerpc-*-eabi v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa*-*-* m32r*-*-* lm32-*-* } }
+// { dg-do run }
+// { dg-skip-if "fails with generic thunk support" { rs6000-*-* powerpc-*-eabi v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa*-*-* m32r*-*-* lm32-*-* } { "*" } { "" } }
 // Test that variadic function calls using thunks work right.
 // Note that this will break on any target that uses the generic thunk
 //  support, because it doesn't support variadic functions.
index f0a08526ec1047b19f7dc48dc768c9e4c51be19a..605068dbca075e173f6e907380736fae93d5252c 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "" { *-*-* } { "-march=*" } { "" } } */
 /* { dg-options "-march=foo" } */
 /* { dg-error "march" "" { target *-*-* } 0 } */
 /* { dg-bogus "mtune" "" { target *-*-* } 0 } */
index a33e042a9791cf598ffd5a93e2b342c41d9b2974..992cb09ff010ec90699420da4af6e8b9c9b7259e 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "" { *-*-* } { "-mtune=*" } { "" } } */
 /* { dg-options "-mtune=foo" } */
 /* { dg-error "mtune" "" { target *-*-* } 0 } */
 /* { dg-bogus "march" "" { target *-*-* } 0 } */