Re: [PATCH 2/N] IPA summaries use ::get in ipa-pure-const.c.

2018-06-28 Thread Martin Liška
On 06/23/2018 10:13 PM, Eric Botcazou wrote: >> This is second part of IPA summaries clean-up. It removes some not needed >> >> ::get_create in ipa-pure.const.c. > > It breaks the attached testcase compiled with "gnatmake lto_full -f -a -flto": > > gnatbind -x lto_full.ali > gnatlink

Re: [PATCH 2/N] IPA summaries use ::get in ipa-pure-const.c.

2018-06-23 Thread Eric Botcazou
> This is second part of IPA summaries clean-up. It removes some not needed > > ::get_create in ipa-pure.const.c. It breaks the attached testcase compiled with "gnatmake lto_full -f -a -flto": gnatbind -x lto_full.ali gnatlink lto_full.ali -flto during IPA pass: pure-const lto1: internal

Re: [PATCH 2/N] IPA summaries use ::get in ipa-pure-const.c.

2018-06-20 Thread Jan Hubicka
> Hi. > > This is second part of IPA summaries clean-up. It removes some not needed > ::get_create in ipa-pure.const.c. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed? OK, thanks! Honza > Martin > From

[PATCH 2/N] IPA summaries use ::get in ipa-pure-const.c.

2018-06-20 Thread Martin Liška
Hi. This is second part of IPA summaries clean-up. It removes some not needed ::get_create in ipa-pure.const.c. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin >From 932bcf9d0247189700edf86e2b07301ba1fa1f87 Mon Sep 17 00:00:00 2001 From: