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: [PATCH] Fix sibcall related failure


>I'm not sure exactly what that code is doing, so I'll let RTH approve
>it.  But there's definitely a bug in your code:

>  +      while (NEXT_INSN (insn));

>That's a loop that's going to take either 0, or an infinite, number of
>trips, unless I'm losing it. :-)

Heh, heh - insert coffee before engaging brain :-)

The while is part of a do ... while construct ...

--
Toon Moene, KNMI, PO Box 201, 3730 AE De Bilt, The Netherlands.
Tel. +31302206443, Fax +31302210407,  e-mail moene@knmi.nl
URL: http://www.knmi.nl/hirlam

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