On 09/06/15 14:07, James Greenhalgh wrote: > > 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 <james.greenha...@arm.com> > > * g++.dg/ext/pr57735.C: Do not override -mfloat-abi directives > passed by the testsuite driver. >
Thomas committed this on my behalf to gcc-5-branch as obvious as revision r234326. Cheers, Andre