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


>>>>> "Toon" == Toon Moene <moene@knmi.nl> writes:

    >> 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. :-)

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

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

Well that just shows I am indeed loosing it.  Slinks back under 
rock ...

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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