aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-07-12cp-tree.h (get_aggr_typedef): Remove.Mark Mitchell3-31/+3
2004-07-12* name-lookup.c (push_class_level_binding): Simplify.Mark Mitchell2-48/+49
2004-07-12re PR c++/16475 (FAIL: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:)Andrew Pinski2-5/+10
2004-07-12parser.c (cp_parser_class_head): Remove unused variable.Eric Christopher2-80/+83
2004-07-12decl.c (grok_op_properties): Reject [de-]allocation functions declared in a n...Giovanni Bajo2-0/+24
2004-07-12cp-tree.h (make_binfo): Remove.Nathan Sidwell4-62/+27
2004-07-12missed in previous commitNathan Sidwell1-6/+7
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell16-91/+186
2004-07-12re PR c++/2204 (G++ doesn't check (member) function parameter for abstract-ne...Giovanni Bajo7-22/+210
2004-07-12re PR tree-optimization/14107 (Return warnings don't work without optimizatio...Paolo Bonzini2-4/+6
2004-07-12call.c (build_operator_new_call): Avoid using push_to_top_level.Mark Mitchell5-39/+66
2004-07-11cp-tree.h (saved_scope): Make old_bindings a vector.Mark Mitchell8-110/+95
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