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: Fix ICE in predictive commoning


On Tue, Mar 3, 2009 at 3:15 AM, Joseph S. Myers <joseph@codesourcery.com> wrote:
> On Mon, 23 Feb 2009, Zdenek Dvorak wrote:
>
>> > I think the right solution would be to modify simple_iv to take a basic
>> > block (or loop), not a statement, as an argument (currently, we use
>> > only bb_for_stmt (stmt)->loop_father there, anyway). ?I will prepare
>> > a patch,
>>
>> here it is, bootstrapped & regtested on i686. ?I am not sure whether the patch is
>> appropriate for the current stage, I will defer the decision to you,
>
> It looks like this
> <http://gcc.gnu.org/ml/gcc-patches/2009-02/msg01077.html> is still pending
> review.

The patch is ok.

Thanks,
Richard.

> (If it goes in I'll commit the testcase I posted with my original patch
> proposal.)
>
> --
> - Show quoted text -
> Joseph S. Myers
> joseph@codesourcery.com
>


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