aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers4-19/+9
2004-07-11decl2.c (import_export_class): Never export/import vtables with inline key fu...Mike Stump2-1/+13
2004-07-09md.texi (Processor pipeline description): Mention that the old pipeline descr...Steven Bosscher2-57/+4
2004-07-09typeck.c (build_class_member_access_expr): Skip null deref warning when we do...Mike Stump2-1/+7
2004-07-09re PR c++/8211 (-Weffc++ warns about copyable classes with func ptr members)Giovanni Bajo2-8/+37
2004-07-08name-lookup.h (struct cp_binding_level): Update documentation for class_shado...Mark Mitchell2-6/+11
2004-07-08re PR c++/16169 (-Weffc++ item 15 improvements)Giovanni Bajo2-3/+29
2004-07-08vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell2-12/+16
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2-1/+4
2004-07-08cp-tree.h (saved_scope): Remove x_previous_class_type and x_previous_class_va...Mark Mitchell6-138/+259
2004-07-07expr.c (expand_expr_real_1): Fix formating.Andrew Pinski3-2/+5
2004-07-07re PR c++/16334 (No warning about use of overloading extension)Jason Merrill2-0/+14
2004-07-07re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections)H.J. Lu2-1/+11
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell16-136/+178
2004-07-06toplev.h (NO_FRONT_END_DIAG, [...]): Define.Joseph Myers2-1/+5
2004-07-06re PR c++/3671 (cannot deduce enum template parameter with multiple overloads)Giovanni Bajo2-1/+14
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell12-97/+123
2004-07-06revert: re PR tree-optimization/16115 (double-destruction problem with argume...Mark Mitchell2-8/+9
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner4-8/+16
2004-07-05Make-lang.in (check-c++, [...]): Add some comments.Phil Edwards2-0/+8
2004-07-05tree-mudflap.c: Include cgraph.h.Zack Weinberg3-110/+6
2004-07-05langhooks.c: Don't include gt-langhooks.h.Zack Weinberg2-12/+17
2004-07-05re PR c++/2518 (user-declared operator new hides standard one)Giovanni Bajo2-0/+8
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell8-37/+58
2004-07-04method.c (implicitly_declare_fn): Set linkage of generated functions.Mark Mitchell2-0/+6
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson2-8/+11
2004-07-03re PR c++/3761 (ICE in check_template_shadow, at cp/pt.c:2013, with friend an...Scott Brumbaugh2-1/+20
2004-07-03re PR c++/14971 (better error message for partial specialization of function ...Giovanni Bajo2-2/+7
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson2-1/+5
2004-07-02re PR c++/16240 (g++ generates incorrect mangled name)Mark Mitchell2-4/+15
2004-07-02Fix PR numberMark Mitchell1-1/+1
2004-07-02re PR c++/16270 (ICE on inner member template)Mark Mitchell2-0/+7
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson4-5/+6
2004-07-01target.h (struct gcc_target): Add new field to struct cxx: import_export_class.Nick Clifton2-0/+10
2004-06-30tree.h (immediate_size_expand): Delete.Richard Henderson3-4/+5
2004-06-30call.c (build_over_call), [...]): Call check_function_arguments instead of ch...Joseph Myers3-6/+10
2004-06-30c-common.h (check_function_format): Remove first parameter.Joseph Myers3-2/+7
2004-06-30call.c (build_over_call): Use __builtin_memcpy for copying CLASS_AS_BASE rath...Richard Henderson2-22/+24
2004-06-30init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and TYPE_SIZE_UNIT of fu...Richard Henderson2-2/+30
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner9-31/+74
2004-06-29tree.c (build_min_nt, [...]): Don't set TREE_COMPLEXITY from input_line.Per Bothner2-3/+5
2004-06-29target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.Paul Brook3-30/+27
2004-06-29re PR c++/16260 (ICE in template function)Nathan Sidwell2-9/+14
2004-06-28cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, [...]): Use appropriate TREE_CHECK mac...Nathan Sidwell2-54/+19
2004-06-28cp-tree.h (struct deferred_access): Move to ...Nathan Sidwell3-86/+120
2004-06-28re PR c++/16174 (deducing top-level consts)Nathan Sidwell3-35/+47
2004-06-28friend.c (add_friend): Only perform access checks when context is a class.Nathan Sidwell5-20/+32
2004-06-28Use vector API for vbase list.Nathan Sidwell8-111/+125
2004-06-28* parser.c (cp_parser_set_decl_spec_type): Fix thinko.Mark Mitchell2-1/+13
2004-06-27re PR c++/14123 (odd number of parentheses in error message)Gabriel Dos Reis3-0/+15