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: [


Looks like it fixed an GO Libs failure as well I was having

-------- Original message --------
From: Jeff Law <law@redhat.com> 
Date: 29/10/2018  15:56  (GMT+00:00) 
To: Segher Boessenkool <segher@kernel.crashing.org>, Andrew Pinski <pinskia@gmail.com> 
Cc: GCC Patches <gcc-patches@gcc.gnu.org> 
Subject: Re: [ 

On 10/29/18 1:49 AM, Segher Boessenkool wrote:
> On Mon, Oct 29, 2018 at 12:31:28AM -0700, Andrew Pinski wrote:
>>>         PR rtl-optimization/87701
>>>         PR rtl-optimization/87780
>>>         * combine.c (make_more_copies): Rewrite.
>>
>> I think a better changelog would be :):
>> * combine.c (make_more_copies): Rewrite to be simplier.
> 
> But it is not simpler at all now: *not* removing old notes while changing
> RTL instructions is a very bad idea often; and modifying instructions
> while not being very careful upsets DF.  It may *look* simple now ;-)
FWIW, it looks like cr16 ran to completion this morning :-)

Jeff

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