Re: [GIMPLE FE] avoid ICE with same ssa version number for multiple names

2017-02-16 Thread Prathamesh Kulkarni
On 16 February 2017 at 14:01, Richard Biener wrote: > On Wed, 15 Feb 2017, Prathamesh Kulkarni wrote: > >> Hi, >> For the following (invalid) test-case: >> >> void __GIMPLE () foo (int a) >> { >> int t0; >> int _1; >> _1 = a; >> t0_1 = a; >> } >> >> results in following ICE: >> gimplefe-er

Re: [GIMPLE FE] avoid ICE with same ssa version number for multiple names

2017-02-16 Thread Richard Biener
On Wed, 15 Feb 2017, Prathamesh Kulkarni wrote: > Hi, > For the following (invalid) test-case: > > void __GIMPLE () foo (int a) > { > int t0; > int _1; > _1 = a; > t0_1 = a; > } > > results in following ICE: > gimplefe-error-4.c: In function ‘foo’: > gimplefe-error-4.c:20:1: error: SSA_N