summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* cp-tree.h: Fix comment typos.Kazu Hirata2002-09-294-6/+12
* Move C++ specific ChangeLog entry for "cp_binding_level reorg" patchDevang Patel2002-09-251-0/+16
* class.c (contains_empty_class_p): New method.Mark Mitchell2002-09-252-2/+60
* c-common.c (flag_abi_version): New variable.Mark Mitchell2002-09-233-5/+43
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-2124-164/+191
* cp-tree.h: New prototype for walk_vtabls().Devang Patel2002-09-193-51/+82
* decl.c (grokdeclarator): Use assert, not internal_error.Nathan Sidwell2002-09-182-17/+14
* Makefile.am (CFILES): Add cxxfilt.c.Zack Weinberg2002-09-173-338/+15
* re PR c++/7718 ('complex' template instantiation causes internal compiler err...Nathan Sidwell2002-09-162-2/+3
* Remove DR 295 implementation.Nathan Sidwell2002-09-164-15/+32
* Index: gcc/ChangeLogGeoffrey Keating2002-09-162-1/+6
* parse.y (parse_finish_call_expr): Check lookup_member result.Nathan Sidwell2002-09-162-0/+8
* re PR c++/7015 (certain __asm__ constructs rejected)Nathan Sidwell2002-09-163-4/+12
* re PR c++/7919 (using declarations screw this pointer)Nathan Sidwell2002-09-152-1/+17
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-152-4/+9
* re PR c++/7768 (__PRETTY_FUNCTION__ for template destructor is wrong)Nathan Sidwell2002-09-142-0/+6
* * loop.c: Fix a comment typo.Kazu Hirata2002-09-141-1/+1
* error.c: Fix comment formatting.Kazu Hirata2002-09-1419-107/+128
* pt.c (unify, ARRAY_TYPE): Element type can be more qualified.Nathan Sidwell2002-09-132-1/+5
* cp-tree.h, tree.c: New function non_cast_lvalue_p.Matt Austern2002-09-133-1/+10
* decl.c: Fix comment formatting.Kazu Hirata2002-09-133-136/+141
* call.c: Fix comment formatting.Kazu Hirata2002-09-136-67/+75
* Makefile.in: Remove all references to s-under and underscore.c.Zack Weinberg2002-09-113-7/+313
* * cp-tree.h (require_complete_eh_spec_types): Add prototype.Kaveh R. Ghazi2002-09-092-0/+5
* typeck2.c (add_exception_specifier): Only pedwarn for an incomplete type.Jason Merrill2002-09-045-16/+81
* decl.c (start_cleanup_fn): Clear interface_only before start_function, restor...Jakub Jelinek2002-09-042-0/+8
* cp-lang.c (cp_expr_size): Allow initialization from a CONSTRUCTOR.Jason Merrill2002-09-012-1/+8
* Mark pr last change.Richard Henderson2002-08-301-0/+1
* tree.c: Include target.h.Richard Henderson2002-08-303-1/+17
* c-common.c (warn_abi): New variable.Mark Mitchell2002-08-272-1/+43
* tree.c (lvalue_p_1): Add argument for whether casts of lvalues are allowable.Matt Austern2002-08-254-17/+59
* typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR and COND_EXPR...Mark Mitchell2002-08-232-1/+27
* c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill2002-08-223-2/+7
* Fix PR/7621Gabriel Dos Reis2002-08-172-2/+18
* semantics.c (finish_then_clause): Remove redundant assignment.Jason Merrill2002-08-162-21/+51
* parse.y (sizeof, [...]): New non-terminals to increment skip_evaluation.Alexandre Oliva2002-08-153-13/+40
* *** empty log message ***Gabriel Dos Reis2002-08-152-1/+13
* re PR c++/7598 (offsetof broken)Nathan Sidwell2002-08-152-0/+24
* decl.c (pushdecl_class_level): Honor requests to bind names to OVERLOADs.Mark Mitchell2002-08-132-8/+14
* decl2.c (build_call_from_tree): Fix uninitialized variable.Kaveh R. Ghazi2002-08-114-3/+15
* decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE...Gabriel Dos Reis2002-08-115-20/+20
* c-opts.c (set_std_cxx98, [...]): New.Neil Booth2002-08-102-5/+7
* tree.c (maybe_dummy_object): Replace // with /* */eNathan Sidwell2002-08-102-2/+7
* call.c (standard_conversion): Use build_ptrmem_type.Mark Mitchell2002-08-097-89/+154
* cleanup whitespacing a tad.Mike Stump2002-08-091-15/+15
* call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump2002-08-0910-45/+83
* typeck.c (build_class_member_access_expr): Do not return error_mark_node when...Mark Mitchell2002-08-082-1/+5
* typeck.c (build_component_addr): Remove.Nathan Sidwell2002-08-082-47/+13
* class.c (convert_to_base): Correct check for error_mark_node.Nathan Sidwell2002-08-082-5/+9
* configure.in (enable_coverage): New enable switch.Nathan Sidwell2002-08-082-0/+5