[backport gcc-4.9/r197434, PR56809 is latent on 4.8 branch ] gcc/ 2013-04-03 Kyrylo Tkachov PR target/56809 * config/aarch64/aarch64.c (is_jump_table): Use next_active_insn instead of next_real_insn. --- gcc-4.8.0/gcc/config/aarch64/aarch64.c.~1~ 2013-03-14 11:48:51.000000000 +0100 +++ gcc-4.8.0/gcc/config/aarch64/aarch64.c 2013-05-04 12:22:25.877493184 +0200 @@ -4054,7 +4054,7 @@ aarch64_output_casesi (rtx *operands) { char buf[100]; char label[100]; - rtx diff_vec = PATTERN (next_real_insn (operands[2])); + rtx diff_vec = PATTERN (next_active_insn (operands[2])); int index; static const char *const patterns[4][2] = {