Re: [PATCH] IPA mod-ref: fix usage of --param names in dump messages.

2022-01-26 Thread Richard Biener via Gcc-patches
On Wed, Jan 26, 2022 at 3:49 PM Martin Liška wrote: > > The patch fixed bad --param param=foo names. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? OK. > Thanks, > Martin > > gcc/ChangeLog: > > * ipa-modref-tree.cc (modref_access_nod

[PATCH] IPA mod-ref: fix usage of --param names in dump messages.

2022-01-26 Thread Martin Liška
The patch fixed bad --param param=foo names. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: * ipa-modref-tree.cc (modref_access_node::update): Remove "--param param=foo" with "--param foo". (mo