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: RFA: patch for PR22072


On Tue, Oct 6, 2009 at 3:09 PM, Vladimir Makarov <vmakarov@redhat.com> wrote:
> The following patch solves one problem reported in PR22072 (additional move
> generation). ?The reason for this problem can be found on
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22072
>
> The old version of the corrected code was actually a typo. ?The fix should
> be reliable because it creates additional conflicts (for early clobbers as
> it should be). ?In any case I've checked it on a bootstrap on x86_64.
> ?SPEC2000 changes are quite minor (the same performance in measure error
> range and quit insignificant code size changes).
>
> Ok to commit?
>
> 2009-10-06 ?Vladimir Makarov ?<vmakarov@redhat.com>
>
> ? PR middle-end/22072
> ? * ira-lives.c (check_and_make_def_conflict): Process all operands.
>

This patch caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44031


-- 
H.J.


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