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]

Enable gcc.dg/arm-asm.c test for XScale and StrongARM


This test should also run on these platforms (at least, there's a bug if 
it doesn't).

R.

2003-02-28  Richard Earnshaw  <rearnsha at arm dot com>

	* gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.


Index: arm-asm.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/arm-asm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -r1.2 -r1.3
*** arm-asm.c	4 Apr 2002 09:35:01 -0000	1.2
--- arm-asm.c	28 Feb 2003 13:45:31 -0000	1.3
***************
*** 1,6 ****
  /* ARM and Thumb asm statements should be able to access the constant
     pool.  */
! /* { dg-do compile { target arm*-*-* } } */
  extern unsigned x[];
  unsigned *trapTable()
  {
--- 1,6 ----
  /* ARM and Thumb asm statements should be able to access the constant
     pool.  */
! /* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-*} } */
  extern unsigned x[];
  unsigned *trapTable()
  {

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