OSDN Git Service

* cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Aug 2000 17:12:23 +0000 (17:12 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Aug 2000 17:12:23 +0000 (17:12 +0000)
commitaa6b4383887cc343e402c28f494f4e5b416d11c7
tree3b18de0b9496900a925203d22eada82d35fb45e4
parentc1b316c0c69a72038d77fd2d32b7f208e5209bd9
* cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
* mangle.c (write_function_type): Change prototype.
(write_encoding): Don't mangle return types for
constructors or destructors.
(write_type): Adjust call to write_function_type.
* pt.c (instantiate_template): Instantiate alternate entry points
when instantiating the main function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35916 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/mangle.c
gcc/cp/pt.c