From: John David Anglin Date: Fri, 16 Apr 2004 18:29:36 +0000 (+0000) Subject: * const-elim-1.c: xfail hppa-*-*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89afce0105b1e57e9171b82f42b42b12e5b57f4e;p=gcc.git * const-elim-1.c: xfail hppa-*-*. From-SVN: r80759 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 038faf865f5..cf5435b3461 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-04-16 John David Anglin + + * const-elim-1.c: xfail hppa-*-*. + 2004-04-15 Richard Sandiford * 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 c51c1b4ba21..71a1364d599 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)