Re: [PATCH] avoid ICE when pretty-printing a VLA with an error bound (PR 85956, take 2)

2019-01-11 Thread Jeff Law
On 1/7/19 3:42 PM, Jakub Jelinek wrote: > Hi! > > On Thu, May 31, 2018 at 01:34:19PM -0400, Jason Merrill wrote: >> Returning error_mark_node from omp_copy_decl and then continuing seems >> like the problem, then. Would it really be that hard to return an >> uninitialized variable instead? > > T

[PATCH] avoid ICE when pretty-printing a VLA with an error bound (PR 85956, take 2)

2019-01-07 Thread Jakub Jelinek
Hi! On Thu, May 31, 2018 at 01:34:19PM -0400, Jason Merrill wrote: > Returning error_mark_node from omp_copy_decl and then continuing seems > like the problem, then. Would it really be that hard to return an > uninitialized variable instead? The following patch does that, but not from omp_copy_d