Commit 6fb8eec4 by Eric Botcazou Committed by Eric Botcazou

type-generic-1.c: Pass -DUNSAFE for Visium.

	* 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
parent 175650bc
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> 2015-09-12 Eric Botcazou <ebotcazou@adacore.com>
PR ada/66965 PR ada/66965
......
/* { dg-do compile } */ /* { 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" } */ /* { dg-options "-Werror" } */
/* Verify that -Wframe-address is not enabled by default by enabling /* Verify that -Wframe-address is not enabled by default by enabling
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O1 -fdump-rtl-loop2_invariant" } */ /* { dg-options "-O1 -fdump-rtl-loop2_invariant" } */
/* { dg-skip-if "unexpected IV" { "visium-*-*" } { "*" } { "" } } */
void void
f (int *a, int *b) f (int *a, int *b)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/* { dg-do run } */ /* { dg-do run } */
/* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */ /* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */
/* { dg-options "-DUNSAFE" { target tic6x*-*-* } } */ /* { dg-options "-DUNSAFE" { target tic6x*-*-* visium-*-* } } */
/* { dg-add-options ieee } */ /* { dg-add-options ieee } */
#include "../tg-tests.h" #include "../tg-tests.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment