summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
...
* decl2.c (coerce_new_type): Downgrade error for size_t mismatch to pedwarn.Jason Merrill2002-01-073-3/+17
* errors.c: Update copyright date.Graham Stott2002-01-072-40/+32
* cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): Add parenthesis.Graham Stott2002-01-062-252/+513
* c-decl.c (c_expand_body): Don't call outlining_inline_function.Richard Henderson2002-01-052-5/+4
* class.c (update_vtable_entry_for_fn): Set delta to zero for a lost primary.Jason Merrill2002-01-042-50/+71
* c-decl.c (c_expand_body): Call outlining_inline_function when emitting an inl...Jason Merrill2002-01-022-1/+11
* PR c++/5116, c++/764 reversionNathan Sidwell2002-01-022-10/+6
* re PR c++/5089 (-Wold-style-cast warns about cast to void)Nathan Sidwell2002-01-022-1/+9
* re PR c++/3716 (Template parameters that are pointers to member functions)Nathan Sidwell2002-01-022-10/+40
* re PR c++/35 (template operator () lookup fails)Nathan Sidwell2002-01-023-13/+28
* re PR c++/5123 (tree check: expected identifier_node, have template_id_expr i...Nathan Sidwell2002-01-022-7/+33
* re PR c++/5213 (ICE on (possibly) illegal code)Nathan Sidwell2002-01-022-18/+28
* re PR c++/775 (2.97 error declaring nested class a friend)Nathan Sidwell2002-01-024-183/+196
* re PR c++/4379 (Member pointer to member reference not allowed when declared ...Nathan Sidwell2002-01-022-4/+34
* re PR c++/5132 (NaN = 0.0 * HUGE_VAL fails to compile in templates)Nathan Sidwell2002-01-022-6/+16
* PR c++/5116, c++/764Nathan Sidwell2002-01-022-8/+23
* call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ...Nathan Sidwell2001-12-295-15/+18
* re PR c++/5125 (both g++ 3.0.1 and 2.95.3 crash with internal error when tryi...Nathan Sidwell2001-12-292-1/+7
* re PR c++/335 (gcc accepts assignment in read-only structures)Nathan Sidwell2001-12-293-12/+21
* re PR c++/196 (problem with: namespace N { class N {...}; })Nathan Sidwell2001-12-262-5/+15
* re PR c++/160 (Reference variables not initialized correctly in constructor i...Nathan Sidwell2001-12-242-124/+84
* arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi2001-12-232-1/+5
* configure.in (all_diff_excludes, [...]): Remove.Joseph Myers2001-12-202-3/+4
* re PR c++/90 (funny syntactical error message)Nathan Sidwell2001-12-192-3/+10
* class.c (add_method): Do compare 'this' quals when trying to match a used fun...Jason Merrill2001-12-182-4/+25
* pt.c (instantiate_clone): Remove, fold into ...Nathan Sidwell2001-12-184-66/+50
* C++ ABI change: destroy value arguments in caller.Jason Merrill2001-12-184-22/+12
* call.c (build_new_method_call): Use '%#V'.Nathan Sidwell2001-12-183-5/+10
* gcc.pot: Regenerate.Joseph Myers2001-12-184-7/+12
* cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg2001-12-1822-707/+709
* c-common.c, c-common.h (back_end_hook): Remove.Neil Booth2001-12-162-5/+4
* ChangeLog.1, [...]: Fix spelling errors.Joseph Myers2001-12-1616-43/+49
* gcc.c, [...]: Use American spelling in messages.Joseph Myers2001-12-152-3/+7
* c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.Jason Merrill2001-12-1310-198/+219
* * optimize.c (maybe_clone_body): Fix parameter updating.Jason Merrill2001-12-132-3/+7
* decl.c (store_parm_decls): Remove parms_have_cleanups cruft.Jason Merrill2001-12-128-137/+67
* cp-tree.h (DESTRUCTOR_DECL_PREFIX, [...]): Delete.Jakub Jelinek2001-12-124-41/+21
* extend.texi (Deprecated Features): Deprecate implicit typename.Nathan Sidwell2001-12-122-0/+19
* re PR c++/51 (g++ reports error for ISO C++ example)Nathan Sidwell2001-12-113-2/+24
* re PR c++/72 (aggressive type analysis in template-class's template-member-fu...Nathan Sidwell2001-12-102-3/+13
* c-lex.c, [...]: Revert concatenation changes.Neil Booth2001-12-103-18/+35
* re PR c++/87 (member template assignment operator)Nathan Sidwell2001-12-096-150/+169
* lex.c (rid_to_yy): Add RID_CHOOSE_EXPR and RID_TYPES_COMPATIBLE_P.Aldy Hernandez2001-12-092-0/+7
* semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in call to bui...John David Anglin2001-12-083-2/+12
* c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth2001-12-083-31/+25
* tweak decl syntaxJason Merrill2001-12-051-1/+1
* langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in...Jason Merrill2001-12-058-5/+68
* c-common.c (shadow_warning): New function, moved from cp/decl.c.Neil Booth2001-12-052-15/+6
* attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner2001-12-052-2/+4
* Revert previous patchAlexandre Oliva2001-12-042-6/+1