Re: [WIP] Reimplementation of IPA-SRA

2019-01-15 Thread Martin Liška
There's one more ICE I see: $ gcc -O2 libvpx.i -c libvpx.i: In function ‘m.isra’: libvpx.i:28:1: error: invalid argument to gimple call 28 | } | ^ ISRA.6 # .MEM_6 = VDEF <.MEM_4(D)> l_1 = c (d_5(D), ISRA.6); during IPA pass: materialize-all-clones libvpx.i:28:1: internal compiler error: v

Re: [WIP] Reimplementation of IPA-SRA

2019-01-14 Thread Martin Liška
On 1/2/19 2:20 PM, Martin Liška wrote: On 12/30/18 12:41 AM, Martin Jambor wrote: Any comments welcome, Hi Martin. I'll run smoke test for OBS Factory with -flto flags enabled for the patch. So far I've noticed that current trunk can't profilebootstrap with following configuration: $ ../conf

Re: [WIP] Reimplementation of IPA-SRA

2019-01-02 Thread Martin Liška
On 12/30/18 12:41 AM, Martin Jambor wrote: > Any comments welcome, Hi Martin. I'll run smoke test for OBS Factory with -flto flags enabled for the patch. So far I've noticed that current trunk can't profilebootstrap with following configuration: $ ../configure --enable-languages=c,c++,d --disabl