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] PR23083





>
> A call to fprintf that wasn't guarded by a call to vect_print_dump_info
> caused this ICE (when vect_dump is null). The obvious fix below was
> bootstrapped on powerpc-darwin. Will install this patch later today
>
> dorit
>
> Changelog:
> PR tree-optimization/23083
> * tree-vect-analyze.c (vect_analyze_data_refs_alignment): Call
> vect_print_dump_info before fprintf.
>

committed along with a testcase (complete patch attached below), and
changed "PR23083" to "PR23073" (cause 23083 is the duplicate).

dorit

(See attached file: july27.patch)

Attachment: july27.patch
Description: Binary data


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