-
jason authored
* decl.c (grok_enum_decls): Likewise. * decl2.c (grok_x_components): Call grok_enum_decls unconditionally, since it will do nothing if there is no current_local_enum. Use the new calling sequence. * pt.c (tsubst_enum): Use the new calling sequence for grok_enum_decls. * decl.c (start_function): Make member functions of local classes in extern inline functions have comdat linkage here... (grokdeclarator): Rather than here. * pt.c (convert_nontype_argument): Use decl_constant_value. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17531 138bc75d-0d04-0410-961f-82ee72b054a4
f5246b56