Patches awaiting approval

Andrew Haley aph@cambridge.redhat.com
Mon Jul 2 04:53:00 GMT 2001


Geoff Keating writes:
 > aph@cambridge.redhat.com (Andrew Haley) writes:
 > 
 > > I'm still waiting approval/rejection for the pateches below.
 > ...
 > > 
 > > Andrew.
 > > 
 > > http://gcc.gnu.org/ml/gcc-patches/2001-06/msg01355.html
 > 
 > this patch doesn't seem right.  Why isn't there a BARRIER after (or
 > before, I forget which is correct) the jump table?

There is a barrier after the jump table; there is not a barrier
between the jump and the jump table.  Control cannot pass through the
point after the jump, so I could easily add a barrier there.

 > > http://gcc.gnu.org/ml/gcc/2001-06/msg01434.html
 > 
 > It would be better to fix up the notes, too, but I guess this is OK.

Thanks.

Andrew.



More information about the Gcc-patches mailing list