Commit 37495922 by Adam Nemet Committed by Adam Nemet

* gcc.dg/const-elim-1.c: Remove xfails.

From-SVN: r100093
parent 6cedb4ac
2005-05-23 Adam Nemet <anemet@lnxw.com>
* gcc.dg/const-elim-1.c: Remove xfails.
2005-05-23 Jeff Law <law@redhat.com>
* gcc.c-torture/compile/pr21638.c: New test.
......
......@@ -7,13 +7,7 @@
/* { dg-do compile } */
/* { dg-options "-O2 -std=c99" } */
/* This test fails on all processors where we use a block move to
initialize "S" in test2. The RTL optimizers are not clever enough
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). */
/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* hppa-*-* hppa*.*-*-* powerpc*-*-aix* } } } */
/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" } } */
#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