aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-10c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill1-0/+22
2001-08-07improve commentJason Merrill1-1/+3
2001-08-02Kill -fhonor-std.Nathan Sidwell1-48/+8
2001-07-26re PR c++/3152 (g++-3.0 segfaults when compiling program using -g)Nathan Sidwell1-14/+21
2001-07-25call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill1-14/+12
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell1-60/+11
2001-07-21Remove old-abi remnants.Nathan Sidwell1-3/+1
2001-07-13c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers1-5/+5
2001-07-12decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER for `register' ...Mark Mitchell1-1/+8
2001-07-11* Revert today's change -- there is a subtle bug.Ben Elliston1-12/+6
2001-07-11re PR c++/80 (g++ enum and attributed __packed__)Ben Elliston1-6/+12
2001-07-08target.h (struct gcc_target): Add insert_attributes.Joseph Myers1-10/+1
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers1-2/+2
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-1/+1
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth1-1/+2
2001-06-18Implement the Named Return Value optimization.Jason Merrill1-10/+0
2001-06-08decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko in previous change.Nathan Sidwell1-4/+4
2001-06-08tree.h (DECL_SOURCE_FILE): Improve documentation.Mark Mitchell1-0/+13
2001-06-07re PR c++/2914 (gcc 3.0 crashes on xalan DoubleSupport.cpp)Nathan Sidwell1-1/+7
2001-06-06call.c (convert_default_arg): Use INTEGRAL_TYPE_P.John David Anglin1-2/+1
2001-06-05decl.c (xref_tag): Remove extraneous %s on dependent name lookup warning.Nathan Sidwell1-1/+1
2001-05-25builtins.def: Encode additional information, such as names and types, here.Mark Mitchell1-1/+14
2001-05-25invoke.texi (-fno-builtin): Document that this is always on in C++.Mark Mitchell1-5/+8
2001-05-21tweak formattingJason Merrill1-3/+3
2001-05-18re PR c++/2526 (internal compiler error (version 2.95.3 and 3.0))Nathan Sidwell1-11/+22
2001-05-14Suppress warning about duplicate decls if the first decl is a friend.Nick Clifton1-1/+1
2001-05-12Reverted Geoff Keating's 2001-05-03's patch.Alexandre Oliva1-9/+1
2001-05-04cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.Geoffrey Keating1-1/+9
2001-05-04cp-tree.h (flag_inline_trees): Update documentation.Mark Mitchell1-6/+16
2001-05-02decl.c (compute_array_index_type): Don't try to do anything with the indices ...Mark Mitchell1-6/+6
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-7/+7
2001-04-30c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson1-1/+1
2001-04-27cp-tree.h (adjust_clone_args): Prototype new function.Nathan Sidwell1-0/+6
2001-04-25decl.c (grokdeclarator): Set context of namespace scope TYPE_DECLS.Nathan Sidwell1-2/+6
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-45/+58
2001-04-21cp-tree.h (finish_enum): Change prototype.Mark Mitchell1-112/+100
2001-04-19cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell1-11/+15
2001-04-12cp-tree.h (decl_namespace_list): New macro.Jason Merrill1-1/+2
2001-04-12cp-tree.h (warn_return_type, yylex): Delete redundant declarations.Kaveh R. Ghazi1-4/+0
2001-04-12cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill1-19/+18
2001-04-06cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell1-9/+13
2001-04-04cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell1-11/+11
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-7/+6
2001-03-28decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca...Richard Henderson1-18/+35
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell1-2/+5
2001-03-26Implement DR 209Nathan Sidwell1-24/+27
2001-03-26class.c (add_method): Use memcpy/memmove, not bcopy.Kaveh R. Ghazi1-7/+7
2001-03-23decl.c (local_names): Define.Jakub Jelinek1-51/+80
2001-03-22method.c (do_build_assign_ref): Don't use build_modify_expr for anonymous agg...Jakub Jelinek1-0/+27
2001-03-21pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill1-5/+2