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.tkac...@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.tkac...@arm.com> PR target/56809 * config/aarch64/aarch64.c (is_jump_table): Use next_active_insn instead of next_real_insn. should fix it.