Re: [PATCH] Fix ICE in ssa_create_duplicates (PR tree-optimization/90671)

2019-05-31 Thread Richard Biener
On Thu, 30 May 2019, Jakub Jelinek wrote: > Hi! > > The following testcase ICEs on the trunk, because both gsi_split_seq_after > and gsi_insert_seq_after have assertions that the split is not after > gsi_end_p iterator or insertion is not after such an iterator. > > My understanding of Alex' cha

[PATCH] Fix ICE in ssa_create_duplicates (PR tree-optimization/90671)

2019-05-30 Thread Jakub Jelinek
Hi! The following testcase ICEs on the trunk, because both gsi_split_seq_after and gsi_insert_seq_after have assertions that the split is not after gsi_end_p iterator or insertion is not after such an iterator. My understanding of Alex' change is that it wants to hide any added debug stmts tempor