OK.
On Mon, Feb 6, 2017 at 2:34 PM, Jakub Jelinek wrote:
> Hi!
>
> The following patch fixes ICE when cp_finish_decomp already when parsing
> template manages to diagnose the decomposition as errorneous, then
> the types of all the decls for the decomp identifiers are all
> error_mark_node, but t
Hi!
The following patch fixes ICE when cp_finish_decomp already when parsing
template manages to diagnose the decomposition as errorneous, then
the types of all the decls for the decomp identifiers are all
error_mark_node, but they don't have DECL_VALUE_EXPR tsubst_decl_names
has been asserting.