Re: Fix flag_trapping_math in java frontend

2012-01-23 Thread Richard Guenther
On Sun, Jan 22, 2012 at 3:52 PM, Andreas Schwab wrote: > The java frontend wants that floating point operations are assumed to > never trap, thus clears flag_trapping_math in java_init_options_struct. > But this is no longer effective after revision 165823, because > set_fast_math_flags is now alw

Fix flag_trapping_math in java frontend

2012-01-22 Thread Andreas Schwab
The java frontend wants that floating point operations are assumed to never trap, thus clears flag_trapping_math in java_init_options_struct. But this is no longer effective after revision 165823, because set_fast_math_flags is now always called during option processing, overriding anything what th