Re: Replace REAL_VALUES_LESS with real_less

2015-10-05 Thread Richard Biener
On Mon, Oct 5, 2015 at 12:43 PM, Richard Sandiford wrote: > This patch continues the removal of real-related macros by > replacing REAL_VALUES_LESS with real_less. > > Bootstrapped & regression-tested on x86_64-linux-gnu. Also tested by > building one target per CPU directory and checking that th

Replace REAL_VALUES_LESS with real_less

2015-10-05 Thread Richard Sandiford
This patch continues the removal of real-related macros by replacing REAL_VALUES_LESS with real_less. Bootstrapped & regression-tested on x86_64-linux-gnu. Also tested by building one target per CPU directory and checking that there were no new warnings and no changes in testsuite output at -O2.