diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2004-04-16 18:29:36 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2004-04-16 18:29:36 +0000 |
commit | 89afce0105b1e57e9171b82f42b42b12e5b57f4e (patch) | |
tree | 8f650a4d1837aa6ecbb6abba7263ef90c6bfa588 | |
parent | e6b75edc008e5a3c1e0e7879ad33dc831675d286 (diff) | |
download | gcc-89afce0105b1e57e9171b82f42b42b12e5b57f4e.zip gcc-89afce0105b1e57e9171b82f42b42b12e5b57f4e.tar.gz gcc-89afce0105b1e57e9171b82f42b42b12e5b57f4e.tar.bz2 |
* const-elim-1.c: xfail hppa-*-*.
From-SVN: r80759
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/const-elim-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 038faf8..cf5435b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-04-16 John David Anglin <dava.anglin@nrc-cnrc.gc.ca> + + * const-elim-1.c: xfail hppa-*-*. + 2004-04-15 Richard Sandiford <rsandifo@redhat.com> * lib/target-supports.exp (check_profiling_available): Assume profiling diff --git a/gcc/testsuite/gcc.dg/const-elim-1.c b/gcc/testsuite/gcc.dg/const-elim-1.c index c51c1b4..71a1364 100644 --- a/gcc/testsuite/gcc.dg/const-elim-1.c +++ b/gcc/testsuite/gcc.dg/const-elim-1.c @@ -13,7 +13,7 @@ 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*.*-*-* powerpc*-*-aix* xtensa-*-* } } } */ +/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* hppa-*-* hppa*.*-*-* powerpc*-*-aix* xtensa-*-* } } } */ #define I (__extension__ 1.0iF) |