Re: [PATCH] Revert a hunk from r261322 (PR lto/88876).

2019-02-04 Thread Martin Liška
On 1/25/19 7:59 PM, Jan Hubicka wrote: >> Hi. >> >> The patch puts back ::get_create for a node that can be seen first time. >> It's due to -O0 optimize attribute. It was unable to write properly >> LTO test-case for it. >> >> Patch can bootstrap on x86_64-linux-gnu and survives regression tests. >

Re: [PATCH] Revert a hunk from r261322 (PR lto/88876).

2019-01-25 Thread Jan Hubicka
> Hi. > > The patch puts back ::get_create for a node that can be seen first time. > It's due to -O0 optimize attribute. It was unable to write properly > LTO test-case for it. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Marti

[PATCH] Revert a hunk from r261322 (PR lto/88876).

2019-01-21 Thread Martin Liška
Hi. The patch puts back ::get_create for a node that can be seen first time. It's due to -O0 optimize attribute. It was unable to write properly LTO test-case for it. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: 201