aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)Author
2010-05-27 Allow compilation with GCC 4.4.gcc-3_0-branchJason Merrill
2002-03-18 PR c++/3870Jason Merrill
2002-02-18 * decl.c (start_method): Fix error in 2002-01-10 change.Kaveh Ghazi
2002-02-13 * g++.old-deja/g++.other/thunk1.C: New test.Richard Smith
2002-01-18 PR c++/907Ira Ruben
2001-12-06 * pt.c (push_tinst_level): No longer static.Jason Merrill
2001-12-032001-12-03 Mumit Khan <khan@nanotech.wisc.edu>Mumit Khan
2001-07-26cp:Nathan Sidwell
2001-07-12 * decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTERMark Mitchell
2001-06-08 * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinkoNathan Sidwell
2001-06-08 * tree.h (DECL_SOURCE_FILE): Improve documentation.Mark Mitchell
2001-06-07cp:Nathan Sidwell
2001-06-06 * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.John David Anglin
2001-05-25 * invoke.texi (-fno-builtin): Document that this is always onMark Mitchell
2001-05-13EH merge from mainline.Richard Henderson
2001-05-12 * decl.c (struct named_label_list): Rename eh_region toRichard Henderson
2001-05-04 * cp-tree.h (flag_inline_trees): Update documentation.Mark Mitchell
2001-05-02 * decl.c (compute_array_index_type): Don't try to do anything withMark Mitchell
2001-05-01 * c-common.c (c_promoting_integer_type_p): New function, from theRichard Henderson
2001-04-27cp:Nathan Sidwell
2001-04-25cp:Nathan Sidwell
2001-04-21 * cp-tree.h (finish_enum): Change prototype.Mark Mitchell
2001-04-19 * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC isMark Mitchell
2001-04-12 * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill
2001-04-06 * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell
2001-04-04 * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell
2001-03-27 * c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell
2001-03-26 * decl.c (local_names): Define.Jakub Jelinek
2001-03-22 * method.c (do_build_assign_ref): Don't use build_modify_expr forJakub Jelinek
2001-03-20 * tree.c (set_decl_assembler_name): Set DECL_ASSEMBLER_NAME forMark Mitchell
2001-03-15 * config/xm-lynx.h, config/xm-std32.h, config/a29k/xm-a29k.h,Zack Weinberg
2001-03-15 * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__Mark Mitchell
2001-03-14 * tree.h (DECL_RTL): Allocate RTL lazily.Mark Mitchell
2001-02-22 * cp-tree.h (struct lang_decl_inlined_fns): New.Jakub Jelinek
2001-02-21 * tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill
2001-02-19 * invoke.texi (-fsquangle): Remove documentation.Mark Mitchell
2001-02-18 Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill
2001-02-18 * decl.c (bad_specifiers): Allow throw specs on things withJason Merrill
2001-02-16cp/Gabriel Dos Reis
2001-02-14 * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.Mark Mitchell
2001-02-12 Remove old ABI support.Mark Mitchell
2001-02-08 * search.c (shared_member_p): New function.Jason Merrill
2001-02-04 * diagnostic.h (set_internal_error_function): Renamed.Richard Kenner
2001-02-04 * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.Mark Mitchell
2001-02-03 * decl.c (push_class_binding): Use context_for_name_lookup insteadJakub Jelinek
2001-01-28 * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh Ghazi
2001-01-25 * mangle.c (write_mangled_name, write_encoding): Mangle overloadedJakub Jelinek
2001-01-23cp:Nathan Sidwell
2001-01-19cp:Nathan Sidwell
2001-01-18cp:Nathan Sidwell