* gcc.dg/const-elim-1.c: Remove xfails.
From-SVN: r100093
This commit is contained in:
parent
6cedb4acda
commit
37495922d7
@ -1,3 +1,7 @@
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user