Re: [PATCH] Fix PR90194

2019-04-24 Thread Jakub Jelinek
On Wed, Apr 24, 2019 at 03:11:27PM +0200, Richard Biener wrote: > > While the PR is about an ICE during debug stmt expansion > it shows a missed optimization ultimatively leading to a > debug stmt refering to VIEW_CONVERT_EXPR({}) which isn't > handled. > > The following fixes the missed optimiza

[PATCH] Fix PR90194

2019-04-24 Thread Richard Biener
While the PR is about an ICE during debug stmt expansion it shows a missed optimization ultimatively leading to a debug stmt refering to VIEW_CONVERT_EXPR({}) which isn't handled. The following fixes the missed optimization and thus also the ICE by instead producing a debug stmt refering to 0.