Hi, g++.dg/ext/pr57735.C is failing for test runs which explicitly pass -mfloat-abi=hard. Looking at the test, it seems the best fix would be to check before adding -mfloat-abi=soft that we are not testing some other float-abi. We also fail to check that it is OK to add -march=armv5te and -marm. Fixed using the same mechanisms we use elsewhere in the gcc.target/arm/ tests with the attached, applied as obvious as revision 224280. Thanks, James --- gcc/testsuite/ 2015-06-09 James Greenhalgh * g++.dg/ext/pr57735.C: Do not override -mfloat-abi directives passed by the testsuite driver.