aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-01-24Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts.Zack Weinberg7-38/+67
2002-01-23typeck2.c (friendly_abort): Delete definition.Zack Weinberg3-34/+13
2002-01-23cp-tree.h (my_friendly_abort): Remove.Craig Rodrigues2-2/+4
2002-01-23spew.c (pending_inlines, [...]): Make static.Jakub Jelinek4-14/+31
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues22-115/+122
2002-01-23re PR c++/5453 (Compiled program crash - inheritance/template/friend class pr...Jason Merrill2-1/+4
2002-01-23re PR c++/3331 (member pointer inherits const)Jason Merrill2-4/+8
2002-01-23function.c (assign_parms): Don't put args of inline functions into registers ...Jason Merrill2-4/+2
2002-01-22parse.y (function_body): Suppress the block for the outermost curly braces.Jason Merrill4-18/+23
2002-01-22* class.c (build_base_path): Tweak formatting.Jason Merrill2-96/+104
2002-01-19Fix regression introduced with patch for c++/775Nathan Sidwell2-0/+16
2002-01-17decl.c (begin_constructor_body, [...]): New fns.Jason Merrill8-96/+106
2002-01-17error.c (dump_type_suffix): Print the exception specs before recursing.Jason Merrill3-5/+13
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben6-1/+51
2002-01-10* decl.c (start_method): Handle attrlist.Ira Ruben2-2/+11
2002-01-10* decl2.c (max_tinst_depth): Increase default limit to 500.Jakub Jelinek2-2/+6
2002-01-10spew.c (YYCHAR): Uppercase macro parameter and add parenthesis.Graham Stott2-4/+11
2002-01-09* decl.h (grokdeclarator): Wrap long line.Graham Stott2-2/+5
2002-01-09semantics.c (FINISH_COND): Uppercase macro paramaters and add parenthesis.Graham Stott2-9/+14
2002-01-08* search.c (SET_BINFO_ACCESS): Add parenthesis.Graham Stott1-3/+3
2002-01-08pt.c (ccat): Uppercase macro parameter.Graham Stott1-2/+2
2002-01-08mangle.c (MANGLE_TRACE): Add parenthesis.Graham Stott1-5/+5
2002-01-08Remove change log entries for error.cGraham Stott1-14/+0
2002-01-08decl.c (BINDING_LEVEL): Add parenthesis.Graham Stott1-4/+4
2002-01-08class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and whitespace.Graham Stott1-3/+3
2002-01-08call.c (convert_like): Add parenthesis and wrap.Graham Stott1-4/+6
2002-01-08xref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.Graham Stott2-12/+62
2002-01-07decl2.c (coerce_new_type): Downgrade error for size_t mismatch to pedwarn.Jason Merrill3-3/+17
2002-01-07errors.c: Update copyright date.Graham Stott2-40/+32
2002-01-06cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): Add parenthesis.Graham Stott2-252/+513
2002-01-05c-decl.c (c_expand_body): Don't call outlining_inline_function.Richard Henderson2-5/+4
2002-01-04class.c (update_vtable_entry_for_fn): Set delta to zero for a lost primary.Jason Merrill2-50/+71
2002-01-02c-decl.c (c_expand_body): Call outlining_inline_function when emitting an inl...Jason Merrill2-1/+11
2002-01-02PR c++/5116, c++/764 reversionNathan Sidwell2-10/+6
2002-01-02re PR c++/5089 (-Wold-style-cast warns about cast to void)Nathan Sidwell2-1/+9
2002-01-02re PR c++/3716 (Template parameters that are pointers to member functions)Nathan Sidwell2-10/+40
2002-01-02re PR c++/35 (template operator () lookup fails)Nathan Sidwell3-13/+28
2002-01-02re PR c++/5123 (tree check: expected identifier_node, have template_id_expr i...Nathan Sidwell2-7/+33
2002-01-02re PR c++/5213 (ICE on (possibly) illegal code)Nathan Sidwell2-18/+28
2002-01-02re PR c++/775 (2.97 error declaring nested class a friend)Nathan Sidwell4-183/+196
2002-01-02re PR c++/4379 (Member pointer to member reference not allowed when declared ...Nathan Sidwell2-4/+34
2002-01-02re PR c++/5132 (NaN = 0.0 * HUGE_VAL fails to compile in templates)Nathan Sidwell2-6/+16
2002-01-02PR c++/5116, c++/764Nathan Sidwell2-8/+23
2001-12-29call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ...Nathan Sidwell5-15/+18
2001-12-29re PR c++/5125 (both g++ 3.0.1 and 2.95.3 crash with internal error when tryi...Nathan Sidwell2-1/+7
2001-12-29re PR c++/335 (gcc accepts assignment in read-only structures)Nathan Sidwell3-12/+21
2001-12-26re PR c++/196 (problem with: namespace N { class N {...}; })Nathan Sidwell2-5/+15
2001-12-24re PR c++/160 (Reference variables not initialized correctly in constructor i...Nathan Sidwell2-124/+84
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi2-1/+5
2001-12-20configure.in (all_diff_excludes, [...]): Remove.Joseph Myers2-3/+4