aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-05-21init.c (build_vec_init): Test for trivial copy-assignment when copy-assigning...Alexandre Oliva2-1/+9
2002-05-20* init.c (build_default_init): Remove unused variable.Andreas Jaeger2-23/+25
2002-05-20call.c (any_strictly_viable): New.Alexandre Oliva2-1/+36
2002-05-19* error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing.Kriang Lerdsuwanakij2-1/+5
2002-05-19PR c++/186, DR 259Kriang Lerdsuwanakij2-13/+25
2002-05-19cp-tree.h (complete_type_or_diagnostic): Changed prototype, renamed from...Alexandre Oliva5-19/+76
2002-05-18decl2.c (import_export_decl): If we clear DECL_NOT_REALLY_EXTERN, make sure D...Jason Merrill2-1/+12
2002-05-16re PR c++/6620 (partial template specialization on int)Kriang Lerdsuwanakij2-23/+18
2002-05-16rtti.c (get_tinfo_decl): Don't call comdat_linkage.Jason Merrill3-32/+42
2002-05-14cp-tree.h (struct lang_type): Added non_zero_init.Alexandre Oliva8-38/+143
2002-05-14gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when...Neil Booth2-2/+6
2002-05-14revert last checkinJason Merrill3-12/+5
2002-05-13class.c (build_vtbl_ref_1): Use fixed_type_or_null.Jason Merrill5-65/+48
2002-05-12cp-lang.c (ok_to_generate_alias_set_for_type): Backend-created structs are safe.Jason Merrill2-0/+8
2002-05-09Makefile.in: Update.Neil Booth3-13/+9
2002-05-09typeck.c (get_member_function_from_ptrfunc): Reorganize.Jason Merrill4-68/+67
2002-05-09add PR noteJason Merrill1-0/+1
2002-05-06c-common.c (warn_multichar): New.Neil Booth4-8/+9
2002-05-03tree.c (build_cplus_array_type): Only const and volatile get special handling.Jason Merrill2-4/+9
2002-05-03defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.Jason Merrill2-5/+4
2002-04-30Add ABI change note to previous change.David S. Miller1-0/+1
2002-04-30class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if TYPE_HAS_TRIVIAL_...Mark Mitchell2-9/+8
2002-04-30decl.c (grokdeclarator): Don't override TYPE_NAME of an anonymous class with ...Jason Merrill2-0/+7
2002-04-30re PR c++/6492 (New boost regression (friends))Mark Mitchell1-25/+42
2002-04-30* parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.Paul Eggert2-6/+7
2002-04-30parse.y (nomods_initdcl0): Do not move stack entries when setting things up a...Paul Eggert2-5/+8
2002-04-29re PR c++/6477 (Segfault on conflicting types in trivial code)Jakub Jelinek2-0/+8
2002-04-29re PR c++/6492 (New boost regression (friends))Mark Mitchell2-3/+20
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