summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-24 00:34:48 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-24 00:34:48 +0000
commitf798dfc8510380ce86ef747bb4866ba13a9f39cf (patch)
treec427c54bce4264eca8e0149262f537f4c00933af
parent91b6c44045e045d9f4ae26ba637c7a6eba431eb0 (diff)
downloadppe42-gcc-f798dfc8510380ce86ef747bb4866ba13a9f39cf.tar.gz
ppe42-gcc-f798dfc8510380ce86ef747bb4866ba13a9f39cf.zip
* gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81125 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/const-elim-1.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 82a4936e89e..f8a7701219a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-23 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
+
2004-04-23 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/loop-3.c: New test.
diff --git a/gcc/testsuite/gcc.dg/const-elim-1.c b/gcc/testsuite/gcc.dg/const-elim-1.c
index 71a1364d599..c623a2399c4 100644
--- a/gcc/testsuite/gcc.dg/const-elim-1.c
+++ b/gcc/testsuite/gcc.dg/const-elim-1.c
@@ -12,8 +12,8 @@
to eliminate the block move, so the constant gets emitted.
Currently known targets with this problem: all ARM; PA32 ("hppa*.*"
matches "hppa2.0w" but not "hppa64"); PPC if string instructions
- are enabled (notably under AIX); Xtensa. */
-/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* hppa-*-* hppa*.*-*-* powerpc*-*-aix* xtensa-*-* } } } */
+ are enabled (notably under AIX); S/390; Xtensa. */
+/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* hppa-*-* hppa*.*-*-* powerpc*-*-aix* s390*-*-* xtensa-*-* } } } */
#define I (__extension__ 1.0iF)
OpenPOWER on IntegriCloud