Re: [C++ Patch] PR 47969
The goto variant is OK. Jason
[C++ Patch] PR 47969
Hi, we have this simple issue where we ICE because we don't check the return value of build_expr_type_conversion for NULL_TREE, at variance with all its other uses elsewhere. The fix seems also simple, we have already logic for emitting an error message (or just returning error_mark_node dep