This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/45402] [4.8/4.9/5 Regression] ICE in extract_insn, at recog.c:2127 for gcc.dg/pr28796-2 on rx-elf


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..


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]