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] Fix ICE in initialize_matrix_A (PR tree-optimization/36922)


On Tue, Feb 17, 2009 at 16:32, Jakub Jelinek <jakub@redhat.com> wrote:
> Hi!
>
> The attached testcase ICEs in initialize_matrix_A, because fold creates
> ~X from -1 - X and while the latter is handled by tree-data-ref.c and
> tree-scalar-evolution.c well, the former is not.
>
> The following patch fixes it by handling ~X the same as -1 - X.
>
> Bootstrapped/regtested on x86_64-linux, ok for trunk?
>

Ok.

Thanks,
Sebastian


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