Re: ICE in a testcase, not sure about solution

2018-06-21 Thread Richard Biener
On Wed, Jun 20, 2018 at 8:26 PM Paul Koning wrote: > > I'm running into an ICE in the GIMPLE phase, for gcc.c-torture/compile/386.c, > on pdp11 -mint32. That's an oddball where int is 32 bits (due to the flag) > but Pmode is 16 bits (HImode). > > The ICE message is: > >

ICE in a testcase, not sure about solution

2018-06-20 Thread Paul Koning
I'm running into an ICE in the GIMPLE phase, for gcc.c-torture/compile/386.c, on pdp11 -mint32. That's an oddball where int is 32 bits (due to the flag) but Pmode is 16 bits (HImode). The ICE message is: ../../gcc/gcc/testsuite/gcc.c-torture/compile/386.c: In function ‘main’: