Re: [testsuite] fix to gcc.target/arm/sync-1.c

2011-04-12 Thread Ramana Radhakrishnan
On 8 April 2011 16:08, Janis Johnson wrote: > Test gcc.target/arm/sync-1.c specifies -march=armv7-a and fails > execution for multilibs whose hardware or simulator doesn't support that > architecture.  The test uses __sync_fetch_and_add, which GCC doesn't > support for all arm targets.  Using the

[testsuite] fix to gcc.target/arm/sync-1.c

2011-04-08 Thread Janis Johnson
Test gcc.target/arm/sync-1.c specifies -march=armv7-a and fails execution for multilibs whose hardware or simulator doesn't support that architecture. The test uses __sync_fetch_and_add, which GCC doesn't support for all arm targets. Using the -march option allows it to compile if the multilib op