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
This commit is contained in:
Eric Botcazou 2015-09-13 17:18:50 +00:00 committed by Eric Botcazou
parent 175650bcca
commit 6fb8eec431
4 changed files with 9 additions and 2 deletions

View 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

View 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

View 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)

View 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"