Re: [C++ PATCH] Fix ICE with computed goto (PR c++/53812)

2012-07-03 Thread Jason Merrill
OK. Jason

[C++ PATCH] Fix ICE with computed goto (PR c++/53812)

2012-07-03 Thread Jakub Jelinek
Hi! We ICE on this testcase since forever, because the computed goto's operand needs cleanups and doesn't have corresponding CLEANUP_POINT_EXPR emitted anywhere. Given that the operand is void * and only valid values for it are && LABEL_DECLs, I think it is ok to perform the cleanups before the a