diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-06-16 19:04:36 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-06-16 19:04:36 +0000 |
commit | a48e7d361610afc2161fc3403e6711810200f2b2 (patch) | |
tree | 44c765e76b37c823338555d2e54149dc4ec3cfa3 /gcc | |
parent | f0c4fac7fe9858402783487dcb6df663ff8ab1f1 (diff) | |
download | gcc-a48e7d361610afc2161fc3403e6711810200f2b2.zip gcc-a48e7d361610afc2161fc3403e6711810200f2b2.tar.gz gcc-a48e7d361610afc2161fc3403e6711810200f2b2.tar.bz2 |
simd-5.c: Correct SPARC XFAIL indications.
* gcc.c-torture/compile/simd-5.c: Correct SPARC XFAIL indications.
Remove spurious PowerPC-64 XFAIL indications.
From-SVN: r68033
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/simd-5.c | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ed61bcf..778351a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-06-16 Mark Mitchell <mark@codesourcery.com> + + * gcc.c-torture/compile/simd-5.c: Correct SPARC XFAIL indications. + Remove spurious PowerPC-64 XFAIL indications. + 2003-06-16 Roger Sayle <roger@eyesopen.com> * gcc.dg/i386-387-5.c: New test case. diff --git a/gcc/testsuite/gcc.c-torture/compile/simd-5.c b/gcc/testsuite/gcc.c-torture/compile/simd-5.c index 35b5118..1574806 100644 --- a/gcc/testsuite/gcc.c-torture/compile/simd-5.c +++ b/gcc/testsuite/gcc.c-torture/compile/simd-5.c @@ -1,10 +1,10 @@ +/* On SPARC64/SPARC-V9 it fails, except with -m32. On regular SPARC + it doesn't fail, except with -m64. In other words, this test fails + on 64-bit SPARC. Unfortunately, there's no way to encode that + information in the dg framework, so the test will XPASS on 32-bit + SPARC. */ /* h8300 does not have long long */ -/* PowerPC-64 doesn't handle this; see PR target/9680 */ -/* { dg-do assemble { xfail h8300-*-* powerpc64-*-* } } */ -/* On SPARC64/SPARC-V9 it fails, except with -m32. */ -/* { dg-xfail-if "PR target/9200" { "sparc64-*-*" "sparcv9-*-*" } { "*" } { "-m32" } } */ -/* On regular SPARC it doesn't fail, except with -m64. */ -/* { dg-xfail-if "PR target/9200" { "sparc*-*-*" } { "-m64" } { "" } } */ +/* { dg-excess-errors "PR target/9200" { xfail "sparc*-*-*" "h8300-*-*" } } */ #define vector64 __attribute__((vector_size(8))) |