http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49680
--- Comment #9 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2011-07-08 22:30:34 UTC --- (In reply to comment #8) > I'm pretty sure that tablejumps are required to be adjacent, > and that the notes are Really In the Wrong Place. No real insns are supposed to be there, as in "always the last insn before the jump table it uses" (at tablejump, md.texi) but I couldn't find anything in the docs to throw at you regarding notes. :) There may be, but not where I looked; casesi, tablejump and ASM_OUTPUT_CASE_END.
