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 hit by PR 61756 due to testing ARMv5 CPUs and we regress on this issue they will still catch it, while forcing -march=armv5 here only causes multilib testing headaches.
Committed as obvious with r213701. Thanks, Kyrill 2014-08-07 Kyrylo Tkachov <kyrylo.tkac...@arm.com> * gcc.dg/pr61756.c: Remove arm-specific dg-options.