From: Rainer Orth Date: Tue, 8 Apr 2014 10:56:04 +0000 (+0000) Subject: XFAIL gcc.c-torture/compile/pr28865.c on Solaris 9/SPARC (PR target/60602) X-Git-Tag: basepoints/gcc-5~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d60484ebda4213fbc0de13930c12ab37504408bf;p=thirdparty%2Fgcc.git 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. From-SVN: r209213 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 04d964a6e974..526686b87f24 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2014-04-08 Rainer Orth + + PR target/60602 + * gcc.c-torture/compile/pr28865.c: XFAIL on sparc*-*-solaris2.9* + with as at -O0. + 2014-04-08 Nathan Sidwell * g++.dg/warn/Wnvdtor-2.C: Add more cases. diff --git a/gcc/testsuite/gcc.c-torture/compile/pr28865.c b/gcc/testsuite/gcc.c-torture/compile/pr28865.c index aa6ae078acab..4ad0f5c43065 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;