diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-08 10:56:04 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-08 10:56:04 +0000 |
commit | 61e8b4956f5fc4b48506ca6a8df12e367f15b90a (patch) | |
tree | 1c6ee9286846ef913263e889ebbf2a8a1e6656c5 /gcc/testsuite/gcc.c-torture/compile/pr28865.c | |
parent | 3da466c28f30a5942db156af441a6b36042308ef (diff) | |
download | gcc-61e8b4956f5fc4b48506ca6a8df12e367f15b90a.tar.gz |
XFAIL gcc.c-torture/compile/pr28865.c on Solaris 9/SPARC (PR target/60602)
PR target/60602
* gcc.c-torture/compile/pr28865.c: XFAIL on sparc*-*-solaris2.9*
with as at -O0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209213 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/pr28865.c')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr28865.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/pr28865.c b/gcc/testsuite/gcc.c-torture/compile/pr28865.c index aa6ae078aca..4ad0f5c4306 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr28865.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr28865.c @@ -1,3 +1,5 @@ +/* { dg-xfail-if "PR target/60602" { sparc*-*-solaris2.9* && { ! gas } } { "-O0" } } */ + struct var_len { int field1; |