aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-12decl.c (grok_op_properties): Reject [de-]allocation functions declared in a n...Giovanni Bajo1-0/+19
2004-07-12cp-tree.h (make_binfo): Remove.Nathan Sidwell1-12/+9
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-19/+34
2004-07-12re PR c++/2204 (G++ doesn't check (member) function parameter for abstract-ne...Giovanni Bajo1-13/+12
2004-07-12re PR tree-optimization/14107 (Return warnings don't work without optimizatio...Paolo Bonzini1-4/+1
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-10/+0
2004-07-08cp-tree.h (saved_scope): Remove x_previous_class_type and x_previous_class_va...Mark Mitchell1-1/+2
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-4/+4
2004-07-06toplev.h (NO_FRONT_END_DIAG, [...]): Define.Joseph Myers1-1/+1
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-6/+6
2004-07-06revert: re PR tree-optimization/16115 (double-destruction problem with argume...Mark Mitchell1-8/+1
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-1/+1
2004-07-05langhooks.c: Don't include gt-langhooks.h.Zack Weinberg1-2/+2
2004-07-02re PR c++/16270 (ICE on inner member template)Mark Mitchell1-0/+2
2004-06-30tree.h (immediate_size_expand): Delete.Richard Henderson1-1/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+5
2004-06-28Use vector API for vbase list.Nathan Sidwell1-2/+7
2004-06-27cp-tree.h (cp_cv_quals): New type.Mark Mitchell1-58/+20
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-7/+7
2004-06-25decl.c (grokdeclarator): Restore error messages about __thread.Mark Mitchell1-3/+31
2004-06-24re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill1-1/+8
2004-06-24Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.Mark Mitchell1-393/+225
2004-06-22cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell1-749/+474
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-5/+9
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-1/+1
2004-06-20c-common.h (has_c_linkage): New interface.Zack Weinberg1-12/+4
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-2/+1
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-1/+1
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-35/+33
2004-06-15re PR tree-optimization/14107 (Return warnings don't work without optimizatio...Jason Merrill1-1/+4
2004-06-15function.h (struct function): Remove cannot_inline field.Paolo Bonzini1-14/+0
2004-06-14re PR c++/15096 (parse error with templates and pointer to const member)Mark Mitchell1-18/+19
2004-06-13decl.c (grokdeclarator): Do not depend on C99's _Bool's behavior.Andrew Pinski1-3/+3
2004-06-10re PR c++/14791 (13070 does not fix -Wformat with fprintf)Jakub Jelinek1-1/+34
2004-05-28decl.c (cp_make_fname_decl): Free return value from fname_as_string.Aldy Hernandez1-0/+3
2004-05-27re PR c++/12883 (destructor of array object not called if no prior instantiat...Adam Nemet1-0/+7
2004-05-23re PR c++/15025 (accepts redeclaration of template as non-template)Mark Mitchell1-0/+7
2004-05-23class.c (alter_access): Use %E format specifier to print an identifier node.Gabriel Dos Reis1-11/+9
2004-05-20optimize.c (calls_setjmp_r): Remove.Andrew Pinski1-12/+0
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-49/+40
2004-05-03re PR c++/14389 (Out-of-line of overloaded template rejected)Giovanni Bajo1-4/+8
2004-05-01decl.c (reshape_init): Do not apply TYPE_DOMAIN to a VECTOR_TYPE.Zack Weinberg1-2/+16
2004-04-30class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-22class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali...Mark Mitchell1-9/+7
2004-04-01re PR c++/14804 ([unit-at-a-time] initializing const data with reinterpret_ca...Richard Henderson1-9/+10
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-3/+3
2004-03-30re PR c++/14724 (Destructor not called on backwards goto past initialization)Mark Mitchell1-2/+8
2004-03-21re PR c++/14616 (disjoint_set_test.cpp from boost does not compile (sizeof))Mark Mitchell1-0/+4
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell1-46/+31