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:
parent
175650bcca
commit
6fb8eec431
4 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue