This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR25514: A problem with note distribution in combine
Roman Zippel <zippel@linux-m68k.org> writes:
> On Wed, 13 Sep 2006, Richard Sandiford wrote:
>> Roman Zippel <zippel@linux-m68k.org> writes:
>> > I integrated that patch into Debian/m68k and so far it breaks firefox and
>> > xorg-server.
>>
>> You also need the patch for PR rtl-optimization/27736. Your issue looks
>> the same.
>
> Indeed, I missed that one. Any comment about a possible other (IMO cleaner
> and more general) solution I mentioned?
Personally, I think what PR 27736 does really is the right fix.
Passing extra rtxes is tricky because combine is partially destructive.
Richard