On Fri, 11 Nov 2016, James Greenhalgh wrote: > > Hi, > > As Joseph and I discussed in > https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00239.html the > check_effective_target_float<N><x> tests should add any options which the > target requires to enable those float types (add_options_for_float<N><x>. > > This patch ensures those options get added, which presently only changes > the testsuite behaviour for the (out-of-tree but submitted for review) > ARM support for _Float16. > > Tested on arm-none-linux-gnueabihf with those patches applied, to show that > the _Float16 tests now run. > > OK?
OK, but watch out for any issues reported by people testing on powerpc (where I expect this to have the effect of causing the _Float128 / _Float64x tests to start running). -- Joseph S. Myers jos...@codesourcery.com