This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed 3.5] Tweak xfail for gcc.dg/const-elim-1.c


This tweaks the xfail of const-elim-1.c to handle the case
where the user is too lazy to type the full cpu config.  Tested
on hppa-unknown-linux-gnu.

Possibly, this should be installed to 3.4 as well.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2004-04-16  John David Anglin  <dava.anglin@nrc-cnrc.gc.ca>

	* const-elim-1.c: xfail hppa-*-*.

Index: gcc.dg/const-elim-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/const-elim-1.c,v
retrieving revision 1.8
diff -u -3 -p -r1.8 const-elim-1.c
--- gcc.dg/const-elim-1.c	14 Apr 2004 20:28:17 -0000	1.8
+++ gcc.dg/const-elim-1.c	16 Apr 2004 18:20:28 -0000
@@ -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)
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]