aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-02-08c-common.c (c_expand_expr): Revert 2002-02-06 patch.Jakub Jelinek2-3/+15
2002-02-07Rename instantiate_type_flags to tsubst_flags_t & expand use.Nathan Sidwell9-229/+258
2002-02-07re PR c++/109 (g++ 2.95.2 can't handle dependent friend member functions)Nathan Sidwell4-7/+26
2002-02-05class.c: Include target.h.Alexandre Oliva3-2/+12
2002-02-04* error.c (dump_type): Be more helpful about VECTOR_TYPE.Jason Merrill2-1/+12
2002-02-04PR c/4475, c++/3780:Jakub Jelinek2-1/+9
2002-02-04alpha.c (current_function_is_thunk): Don't check current_function_is_thunk.Richard Henderson3-81/+87
2002-02-04decl.c (start_function): Call cplus_decl_attributes immediately after grokdec...Jason Merrill2-26/+19
2002-02-04xref.c: Remove.Jason Merrill12-908/+15
2002-02-01fix typoJason Merrill1-1/+1
2002-02-01re PR c++/4872 (missed warning (no return) -- regression from 2.95)Jason Merrill4-0/+29
2002-02-01typeck.c (build_component_ref): Always complain about offsetof constructs on ...Jason Merrill2-4/+30
2002-02-01fix typoJason Merrill1-1/+1
2002-02-01error.c (dump_scope): Don't add TFF_DECL_SPECIFIERS.Jason Merrill2-7/+2
2002-02-01re PR c++/4286 (Internal error: Segmentation fault)Jason Merrill3-7/+21
2002-02-01Makefile.in (c-parse.c): Handle .output file.Jason Merrill2-4/+12
2002-01-31re PR c++/3395 (Attribute causes type lookup to fail. Regression.)Jason Merrill3-3/+8
2002-01-31Allow attributes in parms and casts.Jason Merrill3-21/+38
2002-01-29re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek3-3/+10
2002-01-29re PR c++/5132 (NaN = 0.0 * HUGE_VAL fails to compile in templates)Nathan Sidwell3-6/+40
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