Re: [PATCH] Add missing vn_reference_t::punned initialization

2020-08-24 Thread Richard Biener via Gcc-patches
On Thu, Aug 13, 2020 at 2:49 PM Martin Liška wrote: > > As mentioned in the PR, we miss one initialization of ::punned > in vn_reference_lookup_call. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? OK. Thanks, Richard. > Thanks, > Martin > >

[PATCH] Add missing vn_reference_t::punned initialization

2020-08-13 Thread Martin Liška
As mentioned in the PR, we miss one initialization of ::punned in vn_reference_lookup_call. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: PR tree-optimization/96597 * tree-ssa-sccvn.c (vn_reference_lo