type-generic-1.c: Pass -DUNSAFE for Visium.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 13 Sep 2015 17:18:50 +0000 (17:18 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 13 Sep 2015 17:18:50 +0000 (17:18 +0000)
* gcc.dg/torture/type-generic-1.c: Pass -DUNSAFE for Visium.
* gcc.dg/Wno-frame-address.c: Skip for Visium.
* gcc.dg/loop-8.c: Likewise.

From-SVN: r227729

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wno-frame-address.c
gcc/testsuite/gcc.dg/loop-8.c
gcc/testsuite/gcc.dg/torture/type-generic-1.c

index 11316478ebd92e42806df91cc6f4c07fa23f8c4a..9910f5028e5024fd3eff01887ec68523266048a6 100644 (file)
@@ -1,3 +1,9 @@
+2015-09-13  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/torture/type-generic-1.c: Pass -DUNSAFE for Visium.
+       * gcc.dg/Wno-frame-address.c: Skip for Visium.
+       * gcc.dg/loop-8.c: Likewise.
+
 2015-09-12  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/66965
index cef924ea0a3972ca837d073b264ad7415a32dacf..d464ad6f1e15df3f62a2c87309bf2643b5e6def3 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-skip-if "Cannot access arbitrary stack frames." { arm*-*-* } } */
+/* { dg-skip-if "Cannot access arbitrary stack frames" { arm*-*-* visium-*-* } } */
 /* { dg-options "-Werror" } */
 
 /* Verify that -Wframe-address is not enabled by default by enabling
index bedfa5d1ac427acef1d2f59a769227901a47991e..529f5c8f3dd28ec0dde9d43799ea674ed1804fac 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O1 -fdump-rtl-loop2_invariant" } */
+/* { dg-skip-if "unexpected IV" { "visium-*-*" } { "*" } { "" } } */
 
 void
 f (int *a, int *b)
index f6949cff136c7934d303234f8f96c5f29724b994..389781858270edb451dbad481b5d192744ea0104 100644 (file)
@@ -3,7 +3,7 @@
 
 /* { dg-do run } */
 /* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */
-/* { dg-options "-DUNSAFE" { target tic6x*-*-* } } */
+/* { dg-options "-DUNSAFE" { target tic6x*-*-* visium-*-* } } */
 /* { dg-add-options ieee } */
 
 #include "../tg-tests.h"