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]

S/390: XFAIL const-elim-1.c test case


Hello,

the const-elim-1.c test case fails on s390(x) for the same reason as on
multiple other targets; this adds s390*-*-* to the xfail list.

Committed to mainline and 3.4 branch.

Bye,
Ulrich

ChangeLog:

	* gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.

Index: gcc/testsuite/gcc.dg/const-elim-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/const-elim-1.c,v
retrieving revision 1.9
diff -c -p -r1.9 const-elim-1.c
*** gcc/testsuite/gcc.dg/const-elim-1.c	16 Apr 2004 18:29:36 -0000	1.9
--- gcc/testsuite/gcc.dg/const-elim-1.c	23 Apr 2004 00:01:45 -0000
***************
*** 12,19 ****
     to eliminate the block move, so the constant gets emitted.
     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-*-* hppa*.*-*-* powerpc*-*-aix* xtensa-*-* } } } */
  
  #define I (__extension__ 1.0iF)
  
--- 12,19 ----
     to eliminate the block move, so the constant gets emitted.
     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); S/390; Xtensa.  */
! /* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* hppa-*-* hppa*.*-*-* powerpc*-*-aix* s390*-*-* xtensa-*-* } } } */
  
  #define I (__extension__ 1.0iF)
  
-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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