aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-3/+3
2000-03-16* decl2.c (grokfield): Bail out if type is error_mark_node.Nathan Sidwell1-0/+2
2000-03-12cp-tree.h (scope_kind): New type.Mark Mitchell1-0/+2
2000-03-10lang-options.h, decl2.c: Add -fno-enforce-eh-specs.Jason Merrill1-0/+8
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-1/+1
2000-03-03decl2.c (key_method): Break out from...Jason Merrill1-38/+38
2000-03-03* tree.h (TYPE_ALIGN_UNIT): New macro.Mark Mitchell1-1/+1
2000-02-27cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.Mark Mitchell1-1/+9
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-22Refer to the standard as an ISO document, not an ANSI one.Martin v. Löwis1-6/+7
2000-02-21call.c (build_object_call): Compress consecutive calls to cp_error.Gabriel Dos Reis1-3/+3
2000-02-18class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.Mark Mitchell1-2/+0
2000-02-17invoke.texi (-fmessage-length=n): Document.Mark Mitchell1-6/+3
2000-02-16Make DECL_CONTEXT mean the class in which a member function was declared, eve...Mark Mitchell1-11/+10
2000-02-16decl2.c (lang_decode_option): Enable automatic line wrapping.Gabriel Dos Reis1-0/+3
2000-01-28Compiler side new abi rtti (not enabled).Nathan Sidwell1-0/+9
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-36/+36
2000-01-25pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a template.Jason Merrill1-1/+2
2000-01-24cp-tree.h (get_vtable_decl): Prototype new function.Nathan Sidwell1-0/+4
2000-01-23cp-tree.h (register_dtor_fn): New function.Mark Mitchell1-5/+22
2000-01-19decl2.c (lang_decode_option): Set default line-wrap length to 72.Gabriel Dos Reis1-1/+3
2000-01-18cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.Nathan Sidwell1-1/+1
2000-01-17cp-tree.h (scratchalloc): Remove.Mark Mitchell1-1/+1
2000-01-17cp-tree.h (flag_new_abi): Move.Mark Mitchell1-2/+3
2000-01-16decl2.c (lang_decode_option): Don't couple flag_honor_std to flag_new_abi.Mark Mitchell1-2/+0
2000-01-14Commit the change corresponding to the ChangeLog entry:Gabriel Dos Reis1-0/+2
2000-01-07decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.Jason Merrill1-10/+5
2000-01-05decl2.c (lookup_arg_dependent): Deal with FNS not being a FUNCTION_DECL.Nathan Sidwell1-2/+5
1999-12-29cp-tree.h (lang_type): Replace abstract_virtuals with pure_virtuals.Mark Mitchell1-3/+3
1999-12-21cp-tree.h (TYPE_VIRTUAL_P): Rename to ...Mark Mitchell1-2/+2
1999-12-17cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.Mark Mitchell1-0/+6
1999-12-16class.c (handle_using_decl): Get TYPE_FIELDS and TYPE_METHODS out of the clas...Mark Mitchell1-2/+2
1999-12-14error.c (dump_decl): operator==, not operator ==.Jason Merrill1-4/+5
1999-12-05decl2.c (pending_statics_used): Make it a macro.Mark Mitchell1-20/+9
1999-11-27Fix typoMark Mitchell1-1/+1
1999-11-27decl2.c (finish_file): Call expand_body for inline functions that will be wri...Mark Mitchell1-0/+30
1999-11-25Make-lang.in (CXX_SRCS): Add optimize.c.Mark Mitchell1-1/+5
1999-11-25pt.c (tsubst_decl): Copy TREE_ASM_WRITTEN for VAR_DECLs.Mark Mitchell1-1/+0
1999-11-21cp-tree.h (build_vec_delete): Remove `auto_delete' argument.Alexandre Oliva1-2/+1
1999-11-19extend.texi: Document C++ restricted pointers and references.Nathan Sidwell1-18/+15
1999-11-15class.c (finish_struct): If we're a local class in a template function, add a...Jason Merrill1-0/+8
1999-11-14cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell1-21/+9
1999-11-13decl.c (duplicate_decls): Propagate DECL_DEFER_OUTPUT.Jason Merrill1-0/+3
1999-11-05cp-tree.h (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK): New macro.Martin v. Löwis1-4/+2
1999-11-03decl2.c (build_expr_from_tree): Handle REALPART_EXPR and IMAGPART_EXPR.Scott Snyder1-0/+2
1999-11-02decl2.c (maybe_make_one_only): Always make things comdat on ELF targets, too.Jason Merrill1-3/+7
1999-10-06decl2.c (start_static_storage_duration_function): Push the function declarati...Mark Mitchell1-0/+3
1999-10-04decl2.c (grok_alignof): Don't decay lvalues.Nathan Sidwell1-11/+1
1999-10-01cp-tree.h (lang_decl_flags): Add global_ctor_p and global_dtor_p.Mark Mitchell1-0/+7
1999-09-30decl2.c (struct priority_info_s): Remove initialization_sequence and destruct...Mark Mitchell1-298/+249