https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45402
Jeffrey A. Law <law at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |law at redhat dot com Resolution|--- |FIXED --- Comment #8 from Jeffrey A. Law <law at redhat dot com> --- This was fixed here: Author: jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Fri Oct 15 12:45:58 2010 +0000 * config/rx/rx.c (rx_option_optimization): Change to rx_override_options_after_change. Don't change flag_lto_compression_level. Don't check for changes to whether FPU instructions can be used. Check and set only flag_finite_math_only, not other fast-math flags. (rx_option_override): Call rx_override_options_after_change. (TARGET_OPTION_OPTIMIZATION): Remove. (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define. And thus has been included in several releases..