decl.c (pushdecl): Do create a binding for extern "C" functions...
authorMark Mitchell <mark@codesourcery.com>
Thu, 23 Sep 1999 02:04:33 +0000 (02:04 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 23 Sep 1999 02:04:33 +0000 (02:04 +0000)
commit5fdaba89421ba0d09b316db6ecd457549f1a4ca6
treeb92af04f73f780e1b9d1f304f1f89d5e9759730f
parent8da665d583ad51bbba86a5e135dfc33d4b764455
decl.c (pushdecl): Do create a binding for extern "C" functions...

* decl.c (pushdecl): Do create a binding for extern "C" functions,
but not for their DECL_ASSEMBLER_NAMEs.
(lookup_name_current_level): Fix formatting.
(xref_tag): Likewise.
* decl2.c (start_objects): Mark static constructors and
destructors as used.

From-SVN: r29609
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/decl2.c