Re: [PATCH][committed] Remove arm-specific -march option in gcc.dg/pr61756.c

2014-08-08 Thread Kyrill Tkachov
On 07/08/14 09:46, Kyrill Tkachov wrote: Hi all, As Bin pointed out, setting -march=armv5 explicitly on this test causing a FAIL when testing with /-mthumb. The bug fixed by the commit that added this test occured only on pre-SMP architectures, i.e. ARMv5 and earlier. I think it's best to just

[PATCH][committed] Remove arm-specific -march option in gcc.dg/pr61756.c

2014-08-07 Thread Kyrill Tkachov
Hi all, As Bin pointed out, setting -march=armv5 explicitly on this test causing a FAIL when testing with /-mthumb. The bug fixed by the commit that added this test occured only on pre-SMP architectures, i.e. ARMv5 and earlier. I think it's best to just remove the -march option. If someone was