Re: [C++ Patch] PR 57734

2013-11-11 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 57734

2013-11-11 Thread Paolo Carlini
Hi, this issue points out that we aren't handling correctly alias template declarations of enums. The core problem in lookup_template_class_1 is easy to spot: we check for (and handle) TREE_CODE (template_type) == ENUMERAL_TYPE *before* DECL_ALIAS_TEMPLATE_P (gen_tmpl). Besides this more or l