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]

PATCH don't run gcc.c-torture/execute/20020720-1 on ARM systems


This test doesn't work on most ARM systems either.

2002-09-20  Richard Earnshaw  <rearnsha@arm.com>

	* gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.


Index: gcc.c-torture/execute/20020720-1.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20020720-1.x,v
retrieving revision 1.2
diff -p -r1.2 20020720-1.x
*** gcc.c-torture/execute/20020720-1.x	31 Aug 2002 17:49:00 -0000	1.2
--- gcc.c-torture/execute/20020720-1.x	20 Sep 2002 15:32:42 -0000
***************
*** 11,17 ****
  #     and can make the optimization.
  if { [istarget "powerpc-*-*"] || [istarget "rs6000-*-*"] \
       || [istarget "mips*-*-*"] || [istarget "xtensa-*-*"] \
!      || [istarget "sh-*-*"] || [istarget "mmix-*-*"] } {
      return 1
  }
  
--- 11,19 ----
  #     and can make the optimization.
  if { [istarget "powerpc-*-*"] || [istarget "rs6000-*-*"] \
       || [istarget "mips*-*-*"] || [istarget "xtensa-*-*"] \
!      || [istarget "sh-*-*"] || [istarget "mmix-*-*"] \
!      || [istarget "arm*-*-*"] || [istarget "strongarm*-*-*"] \
!      || [istarget "xscale*-*-*"] } {
      return 1
  }
  

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