This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Unreviewed patch
> > Hi,
> >
> > http://gcc.gnu.org/ml/gcc-patches/2003-07/msg00800.html
> > (Fix latent bug in cfgcleanup.c)
> >
> > Jump table was not recognized in some situations and thus jump table was
> > not moved together with the previous block.
>
> Isn't the BARRIER supposed to be *after* the jump table?
There is one after jump table and one before jump talbe (between
previous block and the jump table).
Josef