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 PR65494


On Mon, Mar 23, 2015 at 5:42 AM, Richard Biener <rguenther@suse.de> wrote:
>
> This fixes PR65494 - I don't remember why I re-allocated matches
> before recursing into operands.  But that at least breaks backtracking.
>
> Bootstrapped and tested on x86_64-unknown-linux-gnu, applied.
>
> Richard.
>
> 2015-03-23  Richard Biener  <rguenther@suse.de>
>
>         PR tree-optimization/65494
>         * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
>         matches here.
>         (vect_analyze_slp_instance): But do that here, always and once.

This caused:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65533


-- 
H.J.


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