aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata24-164/+191
2002-09-19cp-tree.h: New prototype for walk_vtabls().Devang Patel3-51/+82
2002-09-18decl.c (grokdeclarator): Use assert, not internal_error.Nathan Sidwell2-17/+14
2002-09-17Makefile.am (CFILES): Add cxxfilt.c.Zack Weinberg3-338/+15
2002-09-16re PR c++/7718 ('complex' template instantiation causes internal compiler err...Nathan Sidwell2-2/+3
2002-09-16Remove DR 295 implementation.Nathan Sidwell4-15/+32
2002-09-16Index: gcc/ChangeLogGeoffrey Keating2-1/+6
2002-09-16parse.y (parse_finish_call_expr): Check lookup_member result.Nathan Sidwell2-0/+8
2002-09-16re PR c++/7015 (certain __asm__ constructs rejected)Nathan Sidwell3-4/+12
2002-09-15re PR c++/7919 (using declarations screw this pointer)Nathan Sidwell2-1/+17
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata2-4/+9
2002-09-14re PR c++/7768 (__PRETTY_FUNCTION__ for template destructor is wrong)Nathan Sidwell2-0/+6
2002-09-14* loop.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-09-14error.c: Fix comment formatting.Kazu Hirata19-107/+128
2002-09-13pt.c (unify, ARRAY_TYPE): Element type can be more qualified.Nathan Sidwell2-1/+5
2002-09-13cp-tree.h, tree.c: New function non_cast_lvalue_p.Matt Austern3-1/+10
2002-09-13decl.c: Fix comment formatting.Kazu Hirata3-136/+141
2002-09-13call.c: Fix comment formatting.Kazu Hirata6-67/+75
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