This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/10239] [m68k] switch jumptable causes assembler error
- From: "bernie at develer dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Sep 2003 03:27:35 -0000
- Subject: [Bug optimization/10239] [m68k] switch jumptable causes assembler error
- References: <20030327104600.10239.gni@gecko.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10239
------- Additional Comments From bernie at develer dot com 2003-09-27 03:27 -------
I can confirm the bug on mainline (20030927),
but it takes a few more case labels to get a
jump table.
I wonder why it doesn't happen on i386...