OSDN Git Service

* const-elim-1.c: xfail hppa-*-*.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Apr 2004 18:29:36 +0000 (18:29 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Apr 2004 18:29:36 +0000 (18:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80759 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/const-elim-1.c

index 038faf8..cf5435b 100644 (file)
@@ -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
index c51c1b4..71a1364 100644 (file)
@@ -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)