[Bug target/56809] [4.9 Regression] Revision 197266 causes trunk ICE for arm-none-eabi targets

ktkachov at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 3 16:42:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56809

--- Comment #9 from ktkachov at gcc dot gnu.org 2013-04-03 16:42:18 UTC ---
r197425 for arm

2013-04-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

        PR target/56809
        * config/arm/arm.c (is_jump_table): Use next_active_insn instead of
        next_real_insn.
        (thumb1_output_casesi): Likewise.
        (thumb2_output_casesi): Likewise.

    * gcc.dg/pr56809.c: New testcase.

and

r197434 for aarch64

2013-04-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

    PR target/56809
    * config/aarch64/aarch64.c (is_jump_table): Use next_active_insn
    instead of next_real_insn.

should fix it.



More information about the Gcc-bugs mailing list