[Bug target/57583] large switches with jump tables are horribly broken on m68k
schwab@linux-m68k.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 12 20:50:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57583
--- Comment #5 from Andreas Schwab <schwab@linux-m68k.org> ---
The assembler already handles jump targets that are too far away (via the
BROKEN_DOT_WORD hack), this issue is about growing the table itself too large
so that the overflow table is not reachable any more within 32K.
More information about the Gcc-bugs
mailing list