aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-04-29re PR c++/5719 (Suspect gcc-3 to report wrong waring for 'T& T::operator+=( c...Nathan Sidwell2-1/+9
2002-04-28re PR c/6343 (attribute((weak)) not working on second declaration)Franz Sirl2-1/+7
2002-04-26c-parse.in (malloced_yyss, [...]): New.Richard Henderson2-1/+61
2002-04-26re PR bootstrap/6445 (ICE bootstrapping objc for i386-rtems)Mark Mitchell2-1/+7
2002-04-26c-parse.in (yyoverflow): Revert.Richard Henderson2-34/+4
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson5-32/+69
2002-04-25c-parse.in (yyoverflow): New.Richard Henderson2-0/+39
2002-04-25re PR c++/5607 (No pointer adjustment in covariant return types)Jason Merrill4-2/+13
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth5-25/+10
2002-04-25mangle.c (write_type): Don't use TYPE_MAIN_VARIANT when writing out an array ...Mark Mitchell1-8/+13
2002-04-24typeck.c (build_modify_expr): The pedwarn for array assignment is now uncondi...Jason Merrill3-2/+10
2002-04-24cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs void.Mark Mitchell2-1/+7
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth5-6/+20
2002-04-24re PR c++/6331 (g++ 3.1 looses const qualifiers)Jason Merrill3-3/+8
2002-04-23re PR c++/6395 (gcc-3_1-branch regression for g++.old-deja/g++.jason/synth5.C)Jason Merrill2-11/+18
2002-04-23parse.y (check_class_key): Allow KEY to be union/enum/struct/class node with ...Jakub Jelinek2-0/+7
2002-04-23g++spec.c: Use profiled libstdc++ and libm with -p/-pg.David O'Brien1-0/+5
2002-04-23g++spec.c: Use profiled libstdc++ and libm with -p/-pg.David O'Brien1-2/+13
2002-04-23re PR c++/6256 (Seg fault for template friends in namespaces, regression from...Mark Mitchell3-15/+32
2002-04-20Makefile.in: Update.Neil Booth4-13/+27
2002-04-19builtins.c: Include langhooks.h.Neil Booth5-14/+24
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth9-10/+26
2002-04-18re PR c++/5658 (Regression on redefinition of a type in a derived class.)Jason Merrill2-3/+9
2002-04-17re PR c++/6316 (trap when compiling file)Jakub Jelinek2-1/+16
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell3-6/+12
2002-04-16decl.c (register_dtor_fn): Pass the address of dso_handle, not dso_handle its...Mark Mitchell2-1/+8
2002-04-14diagnostic.h (output_buffer_state): Redefine.Gabriel Dos Reis2-2/+6
2002-04-14class.c (layout_virtual_bases): Do all dsize computation on trees.Jakub Jelinek2-13/+18
2002-04-14typeck.c (get_member_function_from_ptrfunc): Don't do gratuitious division an...Jason Merrill2-13/+16
2002-04-13stmt.c (check_unique_operand_names): Expect operand names to be strings rathe...Richard Sandiford1-1/+3
2002-04-13re PR c++/5373 (Statement expressions broken in C++)Mark Mitchell2-1/+11
2002-04-13re PR c++/5189 (g++ -c bug.cpp crashed on simple stupid file)Mark Mitchell2-0/+36
2002-04-13Revert these changes:Mark Mitchell2-8/+21
2002-04-12decl.c (duplicate_decls): Don't try to unify an implicit typedef with an expl...Richard Sandiford2-19/+84
2002-04-12typeck.c (type_after_usual_arithmetic_conversions): If two types have the sam...Andrew Haley2-1/+22
2002-04-11Revert previous patch.Richard Sandiford2-34/+3
2002-04-11decl.c (duplicate_decls): Don't try to unify an implicit typedef with an expl...Richard Sandiford2-3/+34
2002-04-10re PR c++/5507 (Overzealous implicit typename warning)Nathan Sidwell2-0/+16
2002-04-09re PR rtl-optimization/6189 (Regression from 3.0.x: g++ -O3 generates wrong c...Jason Merrill2-3/+12
2002-04-09init.c (build_member_call): For now, don't convert to intermediate base if it...Jason Merrill2-3/+12
2002-04-08parse.y (namespace_qualifier, [...]): Add ending ';', in accordance with POSIX.Paolo Carlini2-0/+18
2002-04-07re PR c++/5571 (crash in initialization of a static variable)Mark Mitchell4-87/+91
2002-04-06re PR c++/4934 (Seg fault on legal code)Jason Merrill2-1/+5
2002-04-06re PR c++/525 (Problem with Multiple Inheritance and -pedantic)Jason Merrill8-76/+59
2002-04-06re PR c++/6179 (EH regression test failure for STLport-4.5.3)Jason Merrill2-6/+13
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth6-6/+17
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill9-100/+37
2002-04-03re PR c++/5104 (template using std::set_terminate fails due to throw() qualif...Jason Merrill2-20/+10
2002-04-03re PR rtl-optimization/4330 (Optimizer generates illegal assembly code)Richard Henderson2-41/+67
2002-04-03langhooks-def.h (lhd_set_decl_assembler_name, [...]): New.Neil Booth3-1/+7