aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-09-11Makefile.in: Remove all references to s-under and underscore.c.Zack Weinberg3-7/+313
2002-09-09* cp-tree.h (require_complete_eh_spec_types): Add prototype.Kaveh R. Ghazi2-0/+5
2002-09-04typeck2.c (add_exception_specifier): Only pedwarn for an incomplete type.Jason Merrill5-16/+81
2002-09-04decl.c (start_cleanup_fn): Clear interface_only before start_function, restor...Jakub Jelinek2-0/+8
2002-09-01cp-lang.c (cp_expr_size): Allow initialization from a CONSTRUCTOR.Jason Merrill2-1/+8
2002-08-30Mark pr last change.Richard Henderson1-0/+1
2002-08-30tree.c: Include target.h.Richard Henderson3-1/+17
2002-08-27c-common.c (warn_abi): New variable.Mark Mitchell2-1/+43
2002-08-25tree.c (lvalue_p_1): Add argument for whether casts of lvalues are allowable.Matt Austern4-17/+59
2002-08-23typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR and COND_EXPR...Mark Mitchell2-1/+27
2002-08-22c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill3-2/+7
2002-08-17Fix PR/7621Gabriel Dos Reis2-2/+18
2002-08-16semantics.c (finish_then_clause): Remove redundant assignment.Jason Merrill2-21/+51
2002-08-15parse.y (sizeof, [...]): New non-terminals to increment skip_evaluation.Alexandre Oliva3-13/+40
2002-08-15*** empty log message ***Gabriel Dos Reis2-1/+13
2002-08-15re PR c++/7598 (offsetof broken)Nathan Sidwell2-0/+24
2002-08-13decl.c (pushdecl_class_level): Honor requests to bind names to OVERLOADs.Mark Mitchell2-8/+14
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