This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] compile/simd-5.c: Don't XFAIL on H8.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 19 Jun 2003 16:59:38 -0400 (EDT)
- Subject: [patch] compile/simd-5.c: Don't XFAIL on H8.
Hi,
Attached is a patch to remove XFAIL of compile/simd-5.c on H8 as it
was fixed by
http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02231.html
Tested on h8300 port. Committed.
Kazu Hirata
2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
* gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
Index: testsuite/gcc.c-torture/compile/simd-5.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/simd-5.c,v
retrieving revision 1.4
diff -u -r1.4 simd-5.c
--- testsuite/gcc.c-torture/compile/simd-5.c 16 Jun 2003 19:12:14 -0000 1.4
+++ testsuite/gcc.c-torture/compile/simd-5.c 19 Jun 2003 15:11:02 -0000
@@ -1,5 +1,3 @@
-/* h8300 does not have long long */
-/* { dg-do assemble { xfail h8300-*-* } } */
/* 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. */