aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-08-11decl2.c (build_call_from_tree): Fix uninitialized variable.Kaveh R. Ghazi4-3/+15
2002-08-11decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE...Gabriel Dos Reis5-20/+20
2002-08-10c-opts.c (set_std_cxx98, [...]): New.Neil Booth2-5/+7
2002-08-10tree.c (maybe_dummy_object): Replace // with /* */eNathan Sidwell2-2/+7
2002-08-09call.c (standard_conversion): Use build_ptrmem_type.Mark Mitchell7-89/+154
2002-08-09cleanup whitespacing a tad.Mike Stump1-15/+15
2002-08-09call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump10-45/+83
2002-08-08typeck.c (build_class_member_access_expr): Do not return error_mark_node when...Mark Mitchell2-1/+5
2002-08-08typeck.c (build_component_addr): Remove.Nathan Sidwell2-47/+13
2002-08-08class.c (convert_to_base): Correct check for error_mark_node.Nathan Sidwell2-5/+9
2002-08-08configure.in (enable_coverage): New enable switch.Nathan Sidwell2-0/+5
2002-08-08Rework build_component_ref.Mark Mitchell19-435/+635
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth5-321/+10
2002-08-07typeck.c (build_x_unary_op): Handle pointer-to-member.Gabriel Dos Reis2-0/+23
2002-08-05Index: ChangeLogGeoffrey Keating7-12/+14
2002-08-05Fix PR/2213Gabriel Dos Reis2-0/+12
2002-08-04Index: ChangeLogGeoffrey Keating5-21/+15
2002-08-04cp-tree.h (VF_DERIVED_VALUE): Remove.Nathan Sidwell3-13/+13
2002-08-04re PR c++/7470 (Vtable: virtual function pointers not in declaration order)Nathan Sidwell2-124/+66
2002-08-02init.c (build_member_call): Use build_new_method_call, not build_method_call.Mark Mitchell2-6/+18
2002-08-02* Make-lang.in (spew.o, lex.o, pt.o): Add path to parse.h dependencies.Krister Walfridsson2-7/+11
2002-08-02Fix typoMark Mitchell1-1/+1
2002-08-02call.c (build_method_call): Issue a more helpful error message about ambiguou...Mark Mitchell2-3/+14
2002-08-02tree.c (build_shared_int_cst): Make cache file scope, and GTY it.Nathan Sidwell2-5/+10
2002-08-02langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.Jason Merrill4-35/+46
2002-08-02semantics.c (expand_body): Do tree optimization in the function context, too.Jason Merrill2-8/+17
2002-08-01c-common.c (cb_register_builtins): If C++, define __EXCEPTIONS, __DEPRECATED ...Neil Booth1-19/+7
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth5-471/+8
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell14-694/+982
2002-07-30gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to 101.Franz Sirl2-3/+4
2002-07-30* cp-tree.h (VF_DERIVED_VALUE): Restore from previous deletion.Gabriel Dos Reis2-0/+6
2002-07-30cp-tree.h (CLASSTYPE_VFIELDS, VF_*, BV_*): Add more documentation.Nathan Sidwell2-12/+22
2002-07-29Makefile.in (C_OBJS): Include c-pretty-print.oGabriel Dos Reis1-1/+1
2002-07-29* cp-tree.h: Comment typo fix.Alan Modra2-1/+5
2002-07-29spew.c (space_for_token): Allocate zeroed memory for a new token chunk.Richard Earnshaw2-1/+6
2002-07-28builtins.def [...]: Require an explicit ATTRS argument.Roger Sayle2-4/+5
2002-07-27decl2.c (cxx_decode_option): Support -fno-builtin-foo.Roger Sayle2-0/+6
2002-07-26function.c (assign_parms): Handle frontend-directed pass by invisible reference.Jason Merrill9-46/+104
2002-07-26c-common.h (RID_AND, [...]): Remove.Neil Booth5-53/+15
2002-07-26c-dump.c: Resurrect.Jason Merrill3-5/+8
2002-07-25error.c (print_whitespace): Remove.Neil Booth4-18/+9
2002-07-25* Missed.Neil Booth1-0/+4
2002-07-25c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis5-48/+27
2002-07-25c-decl.c (c_decode_option): No need to handle switches cpplib handles.Neil Booth1-8/+0
2002-07-24In cp/ChangeLog:Geoffrey Keating2-4/+10
2002-07-23dwarf2out.c (SECTION_ASM_OP, [...]): Remove.Neil Booth2-1/+4
2002-07-23Fix PR/7363:Gabriel Dos Reis6-61/+44
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth5-12/+4
2002-07-22PR c++/7347, c++/7348Kriang Lerdsuwanakij6-26/+66
2002-07-21decl2.c (cxx_decode_option): Simplify -fhandle-exceptions test by using posit...Roger Sayle2-4/+8