aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-08-29re PR middle-end/6196 (ICE in copy_to_mode_reg, at explow.c:711)Mark Mitchell2-7/+13
2003-08-29re PR c++/11811 (Weird message with default template arguments)Gabriel Dos Reis4-3/+35
2003-08-29init.c (decl_constant_value): Deal with COND_EXPR specially.Mark Mitchell3-2/+21
2003-08-28re PR rtl-optimization/5079 (Reference to static const int not eliminated dur...Mark Mitchell2-0/+8
2003-08-27parser.c (struct cp_token): Use enum bitfields.Dan Nicolaescu2-20/+28
2003-08-26re PR c++/11871 (Koenig lookup regression)Nathan Sidwell2-1/+7
2003-08-26builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell3-11/+13
2003-08-25Fix thinkoGabriel Dos Reis1-1/+0
2003-08-25* cxx-pretty-print.c (pp_cxx_class_name): Remove unused function.Richard Henderson2-6/+4
2003-08-25pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis3-215/+1260
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell9-75/+62
2003-08-23re PR c++/3765 (member using declaration can't change access from public)Kriang Lerdsuwanakij2-21/+32
2003-08-23PR c++/641, c++/11876Kriang Lerdsuwanakij6-24/+58
2003-08-21re PR c++/11283 (ICE in build_conditional_expr)Jason Merrill2-2/+13
2003-08-21re PR c++/11551 (g++ accepts typedef as destructor name)Mark Mitchell4-50/+95
2003-08-21re PR c++/11834 (template specialization not matched)Mark Mitchell2-0/+10
2003-08-21re PR c++/11614 (Incorrect handling of pointers to arrays)Jason Merrill2-13/+15
2003-08-20semantics.c (simplify_aggr_init_expr): Split out from simplify_aggr_init_expr...Jason Merrill4-26/+56
2003-08-20re PR c++/11945 (Incorrect warnings issued for comma-expressions inside templ...Nathan Sidwell4-5/+25
2003-08-20Fix typo in ChangeLogMark Mitchell1-1/+1
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell9-162/+274
2003-08-19cp-lang.c (LANG_HOOKS_DECL_UNINIT): Define.Andrew Pinski1-0/+5
2003-08-19PR c++/10538, PR c/5582Andrew Pinski1-0/+2
2003-08-19re PR c++/11174 (derived class can access protected base class member functio...Kriang Lerdsuwanakij2-2/+25
2003-08-19langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.Gabriel Dos Reis2-2/+6
2003-08-18re PR c++/11957 (wrong "warning: statement has no effect")Nathan Sidwell6-20/+34
2003-08-18pt.c (instantiate_class_template): Push to class's scope before tsubsting base.Nathan Sidwell2-0/+13
2003-08-18apparently missing part of 2003-08-15 checkinNathan Sidwell1-3/+2
2003-08-17re PR c++/11702 ([unit-at-a-time] Failure to emit code for inlined function i...Jan Hubicka2-0/+9
2003-08-16Remove 3.4 change list, point to gcc-3.4/changes.htmlNathan Sidwell1-88/+1
2003-08-16re PR c++/11512 (Spurious warning for comma-operator in templates)Nathan Sidwell4-30/+33
2003-08-15cp-tree.def (NON_DEPENDENT_EXPR): Add operand.Nathan Sidwell5-21/+25
2003-08-15decl2.c (mark_member_pointers): Rename to...Jan Hubicka5-16/+82
2003-08-15cp: * pt.c (instantiate_class_template): Set location before substuting bases.Nathan Sidwell2-0/+7
2003-08-15decl.c (make_typename_type): Use my_friendly_assert.Nathan Sidwell2-5/+8
2003-08-15* method.c (use_thunk): Expand body directly.Jan Hubicka2-1/+5
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell11-303/+204
2003-08-12call.c (standard_conversion): Opaque pointers interconvert.Aldy Hernandez2-0/+12
2003-08-11typeck.c (merge_types): Handle cv-qualified pointer-to-member types correctly.Mark Mitchell2-3/+13
2003-08-11re PR c++/11789 (rejects legal, multiple inheritance (inheriting from same cl...Mark Mitchell3-9/+50
2003-08-10pretty-print.c (pp_base_indent): Rename from pp_indent.Gabriel Dos Reis4-55/+590
2003-08-10cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VE...Nathan Sidwell8-139/+129
2003-08-10re PR c++/11670 (ICE in convert_like_real on illegal code)Nathan Sidwell3-4/+27
2003-08-10re PR c++/10530 (Cannot access non-dependent type within nested template)Nathan Sidwell2-14/+20
2003-08-07re PR c++/5767 (ICE with forwarding template template parameters)Kriang Lerdsuwanakij2-0/+9
2003-08-07Make-lang.in (cp/call.o): Add dependency for target.h.Aldy Hernandez4-2/+27
2003-08-07decl.c (grokparms): Use cp_build_qualified_type instead TYPE_MAIN_VARIANT.Aldy Hernandez2-1/+6
2003-08-05pretty-print.h (pp_set_line_maximum_length): Make macro.Gabriel Dos Reis6-117/+269
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher5-19/+14
2003-08-04c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle4-16/+6