C++ ABI changes.
[platform/upstream/gcc.git] / gcc / cp / ChangeLog
2002-06-18 Jason MerrillC++ ABI changes.
2002-06-17 Richard Hendersontree.c (cp_cannot_inline_tree_fn): Don't short-circuit...
2002-06-16 Richard Hendersonc-common.c (flag_ms_extensions): Move from c++ front...
2002-06-15 Gabriel Dos Reiscp-tree.h (compiler_error): Remove declaration.
2002-06-15 Steve Ellceyconfigure.in (USE_UNWIND_EXCEPTIONS): Add support to...
2002-06-14 Richard Hendersondefaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.
2002-06-13 Stan Shebsmpw-config.in: Remove file, no longer used.
2002-06-07 Zack Weinbergcppinit.c (COMMAND_LINE_OPTIONS): Give all relevant...
2002-06-07 H.J. Luconfigure.in: Add --enable-__cxa_atexit.
2002-06-06 Gabriel Dos Reis* error.c (cp_error_at): Fix typo.
2002-06-05 Gabriel Dos Reistoplev.h (report_error_function): Remove.
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-31 Matthew Woodcraftgcc.c (cpp_unique_options): Remove "-d" options.
2002-05-28 Zack Weinbergtree.h: Forward-declare struct realvaluetype.
2002-05-25 Neil BoothMakefile.in (C_COMMON_H): Fix.
2002-05-23 Neil Boothc-lex.c (indent_level): Remove.
2002-05-23 Richard Hendersonvarasm.c (default_section_type_flags): Check for VAR_DE...
2002-05-22 Richard Hendersondecl.c (check_tag_decl): Handle RID_THREAD.
2002-05-22 Jakub JelinekFix a typo.
2002-05-22 Neil Boothre PR preprocessor/6517 (gcc hangs on C compile with...
2002-05-22 Richard Hendersonc-common.h (enum rid): Add RID_THREAD.
2002-05-21 Alexandre Olivainit.c (build_vec_init): Test for trivial copy-assignme...
2002-05-20 Andreas Jaeger* init.c (build_default_init): Remove unused variable.
2002-05-20 Alexandre Olivacall.c (any_strictly_viable): New.
2002-05-19 Kriang Lerdsuwanakij* error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis...
2002-05-19 Kriang LerdsuwanakijPR c++/186, DR 259
2002-05-19 Alexandre Olivacp-tree.h (complete_type_or_diagnostic): Changed protot...
2002-05-18 Jason Merrilldecl2.c (import_export_decl): If we clear DECL_NOT_REAL...
2002-05-16 Kriang Lerdsuwanakijre PR c++/6620 (partial template specialization on...
2002-05-16 Jason Merrillrtti.c (get_tinfo_decl): Don't call comdat_linkage.
2002-05-14 Alexandre Olivacp-tree.h (struct lang_type): Added non_zero_init.
2002-05-14 Neil Boothgcc.c (cpp_options): Must pass -m* and -f* options...
2002-05-14 Jason Merrillrevert last checkin
2002-05-13 Jason Merrillclass.c (build_vtbl_ref_1): Use fixed_type_or_null.
2002-05-12 Jason Merrillcp-lang.c (ok_to_generate_alias_set_for_type): Backend...
2002-05-09 Neil BoothMakefile.in: Update.
2002-05-09 Jason Merrilltypeck.c (get_member_function_from_ptrfunc): Reorganize.
2002-05-09 Jason Merrilladd PR note
2002-05-06 Neil Boothc-common.c (warn_multichar): New.
2002-05-03 Jason Merrilltree.c (build_cplus_array_type): Only const and volatil...
2002-05-03 Jason Merrilldefaults.h (BOOL_TYPE_SIZE): Move default here from...
2002-04-30 David S. MillerAdd ABI change note to previous change.
2002-04-30 Mark Mitchellclass.c (finish_struct_bits): Only mark TREE_ADDRESSABL...
2002-04-30 Jason Merrilldecl.c (grokdeclarator): Don't override TYPE_NAME of...
2002-04-30 Paul Eggert* parse.y (nomods_initdcl0): Replace $<ttype>3 with...
2002-04-30 Paul Eggertparse.y (nomods_initdcl0): Do not move stack entries...
2002-04-29 Jakub Jelinekre PR c++/6477 (Segfault on conflicting types in trivia...
2002-04-29 Mark Mitchellre PR c++/6492 (New boost regression (friends))
2002-04-29 Nathan Sidwellre PR c++/5719 (Suspect gcc-3 to report wrong waring...
2002-04-28 Franz Sirlre PR c/6343 (attribute((weak)) not working on second...
2002-04-27 Richard Hendersonc-parse.in (malloced_yyss, [...]): New.
2002-04-26 Mark Mitchellre PR bootstrap/6445 (ICE bootstrapping objc for i386...
2002-04-26 Richard Hendersonc-parse.in (yyoverflow): Revert.
2002-04-26 Richard Hendersonc-common.c (fix_string_type): Split out of ...
2002-04-26 Richard Hendersonc-parse.in (yyoverflow): New.
2002-04-25 Jason Merrillre PR c++/5607 (No pointer adjustment in covariant...
2002-04-25 Neil Boothc-common.h (c_common_parse_file): Update.
2002-04-25 Jason Merrilltypeck.c (build_modify_expr): The pedwarn for array...
2002-04-24 Mark Mitchellcvt.c (convert_to_void): Don't unconditionally make...
2002-04-24 Neil Boothattribs.c (c_common_attribute_table): Move table and...
2002-04-24 Jason Merrillre PR c++/6331 (g++ 3.1 looses const qualifiers)
2002-04-23 Jason Merrillre PR c++/6395 (gcc-3_1-branch regression for g++.old...
2002-04-23 Jakub Jelinekparse.y (check_class_key): Allow KEY to be union/enum...
2002-04-23 David O'Brieng++spec.c: Use profiled libstdc++ and libm with -p...
2002-04-23 Mark Mitchellre PR c++/6256 (Seg fault for template friends in names...
2002-04-20 Neil BoothMakefile.in: Update.
2002-04-19 Neil Boothbuiltins.c: Include langhooks.h.
2002-04-18 Neil Boothc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
2002-04-18 Jason Merrillre PR c++/5658 (Regression on redefinition of a type...
2002-04-17 Jakub Jelinekre PR c++/6316 (trap when compiling file)
2002-04-17 Mark Mitchellc-common.h (STMT_EXPR_NO_SCOPE): New macro.
2002-04-16 Mark Mitchelldecl.c (register_dtor_fn): Pass the address of dso_hand...
2002-04-14 Gabriel Dos Reisdiagnostic.h (output_buffer_state): Redefine.
2002-04-14 Jakub Jelinekclass.c (layout_virtual_bases): Do all dsize computatio...
2002-04-14 Jason Merrilltypeck.c (get_member_function_from_ptrfunc): Don't...
2002-04-13 Mark Mitchellre PR c++/5373 (Statement expressions broken in C++)
2002-04-13 Mark Mitchellre PR c++/5189 (g++ -c bug.cpp crashed on simple stupid...
2002-04-13 Mark MitchellRevert these changes:
2002-04-12 Richard Sandiforddecl.c (duplicate_decls): Don't try to unify an implici...
2002-04-12 Andrew Haleytypeck.c (type_after_usual_arithmetic_conversions)...
2002-04-11 Richard SandifordRevert previous patch.
2002-04-11 Richard Sandiforddecl.c (duplicate_decls): Don't try to unify an implici...
2002-04-10 Nathan Sidwellre PR c++/5507 (Overzealous implicit typename warning)
2002-04-09 Jason Merrillre PR rtl-optimization/6189 (Regression from 3.0.x...
2002-04-09 Jason Merrillinit.c (build_member_call): For now, don't convert...
2002-04-08 Paolo Carliniparse.y (namespace_qualifier, [...]): Add ending '...
2002-04-07 Mark Mitchellre PR c++/5571 (crash in initialization of a static...
2002-04-06 Jason Merrillre PR c++/4934 (Seg fault on legal code)
2002-04-06 Jason Merrillre PR c++/525 (Problem with Multiple Inheritance and...
2002-04-06 Jason Merrillre PR c++/6179 (EH regression test failure for STLport...
2002-04-04 Neil Boothc-common.c (truthvalue_conversion): Rename, update.
2002-04-04 Jason Merrillre PR c++/5636 (gcc-3.0.3, memory leakage: function...
2002-04-03 Jason Merrillre PR c++/5104 (template using std::set_terminate fails...
2002-04-03 Richard Hendersonre PR rtl-optimization/4330 (Optimizer generates illega...
2002-04-03 Neil Boothlanghooks-def.h (lhd_set_decl_assembler_name, [......
2002-04-03 Roger Saylere PR c++/5998 (regression, all builtins disabled)
2002-04-01 Neil Boothc-decl.c (grokdeclarator): Update.
2002-04-01 Roger Saylere PR c++/5998 (regression, all builtins disabled)
2002-04-01 Neil Boothc-common.c (unsigned_conversion_warning, [...]): Use...
2002-03-31 Neil Boothc-common.c (c_unsafe_for_reeval): Rename.
next