Re: [PATCH] Fix PR90574

2019-06-06 Thread Jeff Law
On 6/6/19 5:43 AM, Richard Biener wrote: > > The following fixes debugging experience (and coverage) for cases > where CFG construction "optimizes" the CFG by squashing labels > into the same basic-block, defeating the regular mechanism of > dropping labels that are not reachable as done by CFG cl

[PATCH] Fix PR90574

2019-06-06 Thread Richard Biener
The following fixes debugging experience (and coverage) for cases where CFG construction "optimizes" the CFG by squashing labels into the same basic-block, defeating the regular mechanism of dropping labels that are not reachable as done by CFG cleanup. Writing coverage testcases is easy enough