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]
Other format: [Raw text]

Re: [patch i386]: Sibcall tail-call improvement and partial fix PR/60104


On Sep 14, 2014, at 5:43 PM, Segher Boessenkool <segher@kernel.crashing.org> wrote:
> On Sun, Sep 14, 2014 at 02:38:45PM -0700, Mike Stump wrote:
>> +	  SIBLING_CALL_P (tmp) = 1;
>> +	  SIBLING_CALL_P (tmp) = 1;
> 
> The second time is to make sure?  :-)

No, just a last minute cut and paste…  I’ll remove it.

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