This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Gcc extra alignment..


On Wed, Nov 01, 2000 at 02:06:15PM +0000, Graham Stott wrote:
> !   thisloop->data.loop.continue_label = thisloop->data.loop.start_label;

This is incorrect.  The continue for a do loop is at the end.
It should share the exit_label.  I'll fix this up...


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]