This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Enable gcc.dg/arm-asm.c test for XScale and StrongARM
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Richard dot Earnshaw at arm dot com
- Date: Fri, 28 Feb 2003 13:47:50 +0000
- Subject: Enable gcc.dg/arm-asm.c test for XScale and StrongARM
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
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()
{