diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/const-elim-1.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/const-elim-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/const-elim-1.c b/gcc/testsuite/gcc.dg/const-elim-1.c index 7281ebfd9b4..1e8acb6bf70 100644 --- a/gcc/testsuite/gcc.dg/const-elim-1.c +++ b/gcc/testsuite/gcc.dg/const-elim-1.c @@ -10,7 +10,7 @@ /* This test fails on ARM cores because we use a block move to initialize "S" in test2, and GCC is not clever enough to eliminate the block move. */ -/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* } } } */ +/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* powerpc*-*-aix* } } } */ #define I (__extension__ 1.0iF) |

