Re: [C++ Patch] PR 56380

2013-08-22 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 56380

2013-08-22 Thread Paolo Carlini
Hi, we fail to diagnose such illegal declarations when they occur at instantiation time. Patch should be rather straightforward, possibly modulo exact wording; permerror vs error; something error recovery related (not touching the CLASSTYPE_HAS_MUTABLE setting seems ok to me). Booted and t