Re: [PATCH, PR68756] Fix typo in copy_cond_phi_args

2016-04-12 Thread Richard Biener
On Tue, 12 Apr 2016, Tom de Vries wrote: > [adding cc gcc-patches ] > > On 12/04/16 09:25, Tom de Vries wrote: > > Hi, > > > > when compiling the test-case in the patch, we run into an ICE in > > sese_build_liveouts_use when evaluating 'TREE_CODE (use)' because use is > > NULL_TREE: > > ... > >

Re: [PATCH, PR68756] Fix typo in copy_cond_phi_args

2016-04-12 Thread Tom de Vries
[adding cc gcc-patches ] On 12/04/16 09:25, Tom de Vries wrote: Hi, when compiling the test-case in the patch, we run into an ICE in sese_build_liveouts_use when evaluating 'TREE_CODE (use)' because use is NULL_TREE: ... static void sese_build_liveouts_use (sese_info_p region, bitmap liveouts,