https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39970

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid
   Last reconfirmed|2012-01-06 00:00:00         |2018-9-13

--- Comment #8 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
class blah { public:
 int member; };
blah global; // global
template <int param=global.member>
class template_blah { /* blah */ };

Reply via email to