Commit a3ef788f by Ulrich Weigand Committed by Ulrich Weigand

* gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.

From-SVN: r81125
parent 170f9e63
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> 2004-04-23 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/loop-3.c: New test. * gcc.dg/loop-3.c: New test.
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
to eliminate the block move, so the constant gets emitted. to eliminate the block move, so the constant gets emitted.
Currently known targets with this problem: all ARM; PA32 ("hppa*.*" Currently known targets with this problem: all ARM; PA32 ("hppa*.*"
matches "hppa2.0w" but not "hppa64"); PPC if string instructions matches "hppa2.0w" but not "hppa64"); PPC if string instructions
are enabled (notably under 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* 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) #define I (__extension__ 1.0iF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment