java/8866: [3.3/3.4 regression] Bug in switch statement code generation -- missing label

Graham Stott graham.stott@btinternet.com
Thu Feb 13 23:17:00 GMT 2003


Hi Tom,

tromey@gcc.gnu.org wrote:
> Synopsis: [3.3/3.4 regression] Bug in switch statement code generation -- missing label
> 
> State-Changed-From-To: open->analyzed
> State-Changed-By: tromey
> State-Changed-When: Thu Feb 13 19:13:11 2003
> State-Changed-Why:
>     The fix for c/7887 didn't help.
> 
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8866
> 

FYI info I have a handle on this problem :-)

The problem occurs because we collapse the jumptable into a simple jump but in
doing so we delete the code label associated with the jumptable.

I'm working on a fix

Graham




More information about the Gcc-bugs mailing list