aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2001-12-10re PR c++/72 (aggressive type analysis in template-class's template-member-fu...Nathan Sidwell2-3/+13
2001-12-10c-lex.c, [...]: Revert concatenation changes.Neil Booth3-18/+35
2001-12-09re PR c++/87 (member template assignment operator)Nathan Sidwell6-150/+169
2001-12-09lex.c (rid_to_yy): Add RID_CHOOSE_EXPR and RID_TYPES_COMPATIBLE_P.Aldy Hernandez2-0/+7
2001-12-08semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in call to bui...John David Anglin3-2/+12
2001-12-08c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth3-31/+25
2001-12-05tweak decl syntaxJason Merrill1-1/+1
2001-12-05langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in...Jason Merrill8-5/+68
2001-12-05c-common.c (shadow_warning): New function, moved from cp/decl.c.Neil Booth2-15/+6
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner2-2/+4
2001-12-04Revert previous patchAlexandre Oliva2-6/+1
2001-12-04semantics.c (begin_global_stmt_expr): Adjust expand_start_stmt_expr invocation.Alexandre Oliva2-1/+6
2001-12-04pt.c (end_template_parm_list): Clear TREE_CHAIN of each parm.Nathan Sidwell2-6/+12
2001-12-04re PR c++/164 (bogus error throwing class with inaccessible base)Nathan Sidwell3-15/+37
2001-12-03Fix spacing in third last entryHans-Peter Nilsson1-2/+2
2001-12-03decl.c (xref_basetypes): Don't use C99 construct in tag_code declaration and ...Hans-Peter Nilsson2-1/+7
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth4-4/+9
2001-12-03re PR c++/3394 (ICE in tree_low_cst, at tree.c:3462)Mumit Khan2-0/+14
2001-12-03re PR c++/3381 (explicit template instantations fail with absolutely qualifie...Nathan Sidwell3-1/+15
2001-12-02class.c (finish_vtbls): Fill in BINFO_VPTR_FIELD in the immediate binfos for ...Jason Merrill2-0/+18
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth5-4/+11
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth5-4/+11
2001-11-30re PR c++/3048 (Lookup problem (gcc 2.95 regression))Mark Mitchell4-21/+28
2001-11-29re PR c++/4842 (-Woverloaded-virtual does not work)Mark Mitchell2-78/+65
2001-11-29re PR c++/3471 (gcc 3.01 reports error about a private copy constructor that ...Mark Mitchell2-1/+7
2001-11-29cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell10-350/+138
2001-11-29configure.in (target_list): Add generated-manpages.Joseph Myers2-0/+5
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner5-3/+15
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth3-13/+12
2001-11-26* call.c (joust): Remove COND_EXPR hack.Jason Merrill2-21/+5
2001-11-26search.c (lookup_base_r): Declare bk in variable declaration space.Aldy Hernandez2-4/+10
2001-11-25re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell10-470/+486
2001-11-23fix typoJason Merrill1-1/+1
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay17-72/+87
2001-11-22re PR c++/3637 (Internal compiler error in finish_member_declaration)Mark Mitchell2-3/+8
2001-11-20re PR c++/3637 (Internal compiler error in finish_member_declaration)Mark Mitchell2-24/+36
2001-11-20re PR c++/4629 (non-constant `sizeof (void*)' cannot be used as template argu...Mark Mitchell4-6/+202
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth2-9/+7
2001-11-18decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE when displayi...Kriang Lerdsuwanakij2-2/+10
2001-11-18mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E...Kriang Lerdsuwanakij3-5/+28
2001-11-16* cp-tree.h (print_class_statistics): Restore.Neil Booth2-0/+5
2001-11-15* method.c (use_thunk): Don't emit debugging information for thunks.Jason Merrill1-0/+2
2001-11-15parse.y: Add ...Jason Merrill8-24/+59
2001-11-15re PR c++/3154 (Tree check: expected class 't', have 'd' (type_decl) in is_ag...Nathan Sidwell2-114/+74
2001-11-15c-common.c: Include c-lex.h.Neil Booth5-23/+37
2001-11-14decl.c (check_initializer): Try to complete the type of an array element befo...Richard Sandiford2-3/+12
2001-11-14texi2pod.pl: Handle @ifnottex, @iftex and @display.Joseph Myers2-8/+12
2001-11-13re PR c++/4206 (ICE with switch in while)Nathan Sidwell2-12/+8
2001-11-12cvt.c (ocp_convert): Don't warn the address of a weak function is always `true'.H.J. Lu2-1/+6
2001-11-09Makefile.in: Update.Neil Booth6-7/+37