]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/cp-tree.h
decl2.c (finish_objects): Don't use .?tors.* if we don't have ASM_OUTPUT_CONSTRUCTOR.
authorJason Merrill <jason@gcc.gnu.org>
Sun, 16 May 1999 20:40:00 +0000 (16:40 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 16 May 1999 20:40:00 +0000 (16:40 -0400)
commit7a8f9fa9cfaaa15db0f4f6624c222b62a65e4175
treefcb941de71b8594a9211b246fe7b2491fa4d6823
parent88b117b74048dfb8fab4ba46a44da3ac995f597b
decl2.c (finish_objects): Don't use .?tors.* if we don't have ASM_OUTPUT_CONSTRUCTOR.

* decl2.c (finish_objects): Don't use .?tors.* if we don't have
ASM_OUTPUT_CONSTRUCTOR.
* friend.c (do_friend): Add attrlist arg.  Remove support for
getting a non-decl as 'decl'.
* decl.c (grokfndecl): Remove attrlist arg.  Don't set attrs or
rtl.
(grokdeclarator): Adjust.
* cp-tree.h: Adjust.
* parse.y (direct_new_declarator): Make the first one a
nonmomentary_expr, too.
* init.c (build_new): suspend_momentary while we're calculating
the size.
(build_new_1): Don't copy size.

From-SVN: r26952
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/friend.c
gcc/cp/init.c
gcc/cp/parse.c
gcc/cp/parse.y
This page took 0.05748 seconds and 5 git commands to generate.