Re: Replace REAL_VALUES_EQUAL with real_equal

2015-10-05 Thread Richard Biener
On Mon, Oct 5, 2015 at 12:41 PM, Richard Sandiford wrote: > Richard B suggested we should replace dconsthalf etc. with > dconst<1, 2> (). When I tried that, the extra comma caused problems > with some lingering uses of the old target macros for handling reals > (e.g. REAL_ARITHMETIC instead of re

Replace REAL_VALUES_EQUAL with real_equal

2015-10-05 Thread Richard Sandiford
Richard B suggested we should replace dconsthalf etc. with dconst<1, 2> (). When I tried that, the extra comma caused problems with some lingering uses of the old target macros for handling reals (e.g. REAL_ARITHMETIC instead of real_arithmetic), since the constant was then treated as two macro pa