Re: c++: imported templates and alias-template changes [PR 99283]

2021-04-02 Thread Patrick Palka via Gcc-patches
On Fri, 26 Mar 2021, Nathan Sidwell wrote: > > During development of modules, I had difficulty deciding whether the > module > flags of a template should live on the decl_template_result, the > template_decl, or both. I chose the latter, and require them to be > consistent. This and a fe

c++: imported templates and alias-template changes [PR 99283]

2021-03-26 Thread Nathan Sidwell
During development of modules, I had difficulty deciding whether the module flags of a template should live on the decl_template_result, the template_decl, or both. I chose the latter, and require them to be consistent. This and a few other defects show how hard that consistency is. Hence