https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71629

--- Comment #8 from Arseny Solokha <asolokha at gmx dot com> ---
Well, snippets from #c0 and #c2 still make the latest snapshot ICE:

%
/var/tmp/portage/cross-powerpc-e500v2-linux-gnuspe/gcc-7.0.0_alpha20161016/work/build/./gcc/xgcc
-B/var/tmp/portage/cross-powerpc-e500v2-linux-gnuspe/gcc-7.0.0_alpha20161016/work/build/./gcc/
-fPIC -fstack-protector -O2 -c -w /tmp/1.c
/tmp/1.c: In function 'pf':
/tmp/1.c:41:1: internal compiler error: in lra_set_insn_recog_data, at
lra.c:965
 }
 ^

%
/var/tmp/portage/cross-powerpc-e500v2-linux-gnuspe/gcc-7.0.0_alpha20161016/work/build/./gcc/xgcc
-B/var/tmp/portage/cross-powerpc-e500v2-linux-gnuspe/gcc-7.0.0_alpha20161016/work/build/./gcc/
-fPIC -fstack-protector -Os -c -w /tmp/2.c
/tmp/2.c: In function 'kw':
/tmp/2.c:37:1: internal compiler error: in lra_set_insn_recog_data, at
lra.c:965
 }
 ^

And I still can't bootstrap the latest snapshot itself:

%
/var/tmp/portage/cross-powerpc-e500v2-linux-gnuspe/gcc-7.0.0_alpha20161016/work/build/./gcc/xgcc
-B/var/tmp/portage/cross-powerpc-e500v2-linux-gnuspe/gcc-7.0.0_alpha20161016/work/build/./gcc/
-g -O2 -c -w method-gl.ii 
/var/tmp/portage/cross-powerpc-e500v2-linux-gnuspe/gcc-7.0.0_alpha20161016/work/gcc-7-20161016/libitm/method-gl.cc:
In member function  virtual void
{anonymous}::gl_wt_dispatch::ITM_WaRU8(_ITM_TYPE_U8*, _ITM_TYPE_U8)':
/var/tmp/portage/cross-powerpc-e500v2-linux-gnuspe/gcc-7.0.0_alpha20161016/work/gcc-7-20161016/libitm/method-gl.cc:376:88:
internal compiler error: in lra_set_insn_recog_data, at lra.c:965

(but notice the difference in flags needed for reproducing it). So, do you mean
I should open a new PR for the latter bootstrap-related case?

Reply via email to