ChangeLog: Follow spelling conventions.
[gcc.git] / gcc / cp / decl2.c
2002-11-15 Kazu HirataChangeLog: Follow spelling conventions.
2002-11-06 Geoffrey Keating* decl2.c (finish_file): Correct spelling.
2002-11-04 Mark Mitchellcall.c (build_special_member_call): Do not try to looku...
2002-11-02 Zack WeinbergPR c/7353 redux
2002-10-31 Mark Mitchellcp-tree.h (lang_decl_flags): Remove init_priority.
2002-10-11 Mark MitchellNEWS: Document removal of "new X = ..." extension.
2002-10-09 Kaveh R. Ghazi* decl2.c (prune_vtable_vardecl): Delete unused function.
2002-10-08 Mark Mitchellre PR c++/7754 (ICE SIGSEGV on union with template...
2002-10-07 Richard Henderson* decl2.c, pt.c: Revert c++/7754 fix.
2002-10-04 Mark Mitchellre PR c++/7931 (The compiler ices on some legal code)
2002-09-21 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-19 Devang Patelcp-tree.h: New prototype for walk_vtabls().
2002-09-13 Kazu Hiratadecl.c: Fix comment formatting.
2002-08-15 Alexandre Olivaparse.y (sizeof, [...]): New non-terminals to increment...
2002-08-11 Kaveh R. Ghazidecl2.c (build_call_from_tree): Fix uninitialized variable.
2002-08-09 Mike Stumpcall.c (add_builtin_candidate): legal -> valid, illegal...
2002-08-08 Mark MitchellRework build_component_ref.
2002-08-07 Neil BoothMakefile.in (c-opts.o, [...]): Update.
2002-08-05 Geoffrey KeatingIndex: ChangeLog
2002-08-01 Neil Boothc-common.c: Define all C/ObjC/C++ warning and flag...
2002-08-01 Mark Mitchellcall.c (build_field_call): Do not look up the field...
2002-07-27 Roger Sayledecl2.c (cxx_decode_option): Support -fno-builtin-foo.
2002-07-26 Jason Merrillfunction.c (assign_parms): Handle frontend-directed...
2002-07-26 Neil Boothc-common.h (RID_AND, [...]): Remove.
2002-07-25 Gabriel Dos Reisc-common.c (c_sizeof_or_alignof_type): Take a third...
2002-07-25 Neil Boothc-decl.c (c_decode_option): No need to handle switches...
2002-07-23 Gabriel Dos ReisFix PR/7363:
2002-07-21 Roger Sayledecl2.c (cxx_decode_option): Simplify -fhandle-exceptio...
2002-07-09 Mark Mitchellcp-tree.h (constructor_name_p): Declare it.
2002-07-05 Nathan SidwellRepair damage on weak-impared targets caused by my...
2002-06-30 Nathan Sidwellcp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...
2002-06-26 Mark Mitchellcp-tree.h (xref_tag): Change prototype.
2002-06-23 Mark Mitchellparse.y (parse_scoped_id): New function.
2002-06-16 Richard Hendersonc-common.c (flag_ms_extensions): Move from c++ front...
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-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-18 Jason Merrilldecl2.c (import_export_decl): If we clear DECL_NOT_REAL...
2002-05-16 Jason Merrillrtti.c (get_tinfo_decl): Don't call comdat_linkage.
2002-05-14 Jason Merrillrevert last checkin
2002-05-13 Jason Merrillclass.c (build_vtbl_ref_1): Use fixed_type_or_null.
2002-05-09 Neil BoothMakefile.in: Update.
2002-05-06 Neil Boothc-common.c (warn_multichar): New.
2002-04-18 Neil Boothc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
2002-04-17 Jakub Jelinekre PR c++/6316 (trap when compiling file)
2002-04-01 Neil Boothc-decl.c (grokdeclarator): Update.
2002-03-29 Roger Saylere PR c++/5998 (regression, all builtins disabled)
2002-03-24 Neil BoothRemoval of separate preprocessor cpp0.
2002-03-20 Jason Merrillre PR c++/2136 (g++ seems to disregard '::' in '::delete')
2002-03-15 Jason Merrilltoplev.c (wrapup_global_declarations): Clarify variable...
2002-03-12 Nathan Sidwellre PR c++/5659 (default access for class/struct bug)
2002-03-03 Kaveh R. Ghaziattribs.c (init_attributes, [...]): Use ARRAY_SIZE...
2002-02-27 Zack Weinbergc-common.c, [...]: Delete code implementing -traditiona...
2002-02-22 Nathan SidwellPR c++/2645, DR 295
2002-02-07 Nathan Sidwellre PR c++/109 (g++ 2.95.2 can't handle dependent friend...
2002-02-04 Jason Merrillxref.c: Remove.
2002-02-01 Jason Merrillre PR c++/4286 (Internal error: Segmentation fault)
2002-01-29 Jakub Jelinekre PR other/1502 (Nonexistent -W options not diagnosed)
2002-01-29 Nathan Sidwellre PR c++/5132 (NaN = 0.0 * HUGE_VAL fails to compile...
2002-01-23 Craig Rodriguescall.c, [...]: Change my_fancy_abort() to abort().
2002-01-23 Jason Merrillfunction.c (assign_parms): Don't put args of inline...
2002-01-10 Jakub Jelinek* decl2.c (max_tinst_depth): Increase default limit...
2002-01-07 Jason Merrilldecl2.c (coerce_new_type): Downgrade error for size_t...
2002-01-02 Nathan Sidwellre PR c++/5089 (-Wold-style-cast warns about cast to...
2002-01-02 Nathan Sidwellre PR c++/775 (2.97 error declaring nested class a...
2002-01-02 Nathan Sidwellre PR c++/5132 (NaN = 0.0 * HUGE_VAL fails to compile...
2001-12-23 Kaveh R. Ghaziarc.c (arc_hard_regno_mode_ok): Const-ify.
2001-12-18 Joseph Myersgcc.pot: Regenerate.
2001-12-18 Zack Weinbergcp-tree.h: Delete #defines for cp_error, cp_warning...
2001-12-16 Neil Boothc-common.c, c-common.h (back_end_hook): Remove.
2001-12-16 Joseph MyersChangeLog.1, [...]: Fix spelling errors.
2001-12-09 Nathan Sidwellre PR c++/87 (member template assignment operator)
2001-11-30 Mark Mitchellre PR c++/3048 (Lookup problem (gcc 2.95 regression))
2001-11-26 Neil Boothcppfiles.c (stack_include_file): Don't optimize zero...
2001-10-28 Joseph MyersChangeLog.1, [...]: Fix spelling errors.
2001-10-27 Kriang Lerdsuwanakij* decl2.c (validate_nonmember_using_decl): Handle NAMES...
2001-10-23 Kriang Lerdsuwanakijcp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
2001-10-11 Richard Hendersonrtl.h (REG_VTABLE_REF): New.
2001-10-05 Alexandre OlivaMake-lang.in (cp/decl.o, cp/tree.o): Depend on tree...
2001-10-02 Jason Merrill* decl2.c (cxx_decode_option): Add 'else'.
2001-09-21 Richard Hendersontree.def (FDESC_EXPR): New.
2001-09-21 Joseph MyersTable-driven attributes.
2001-09-12 Kaveh R. Ghazidecl2.c (lang_f_options): Const-ification.
2001-09-04 Mark Mitchelldecl.c (duplicate_decls): Remove code deadling with...
2001-08-24 Jason Merrillc-common.c (c_alignof, [...]): Move here...
2001-08-13 Kriang Lerdsuwanakijdecl2.c (do_nonmember_using_decl): Replace using direct...
2001-08-09 Richard HendersonMove constructor/destructor handling into target hooks.
2001-08-09 Jason Merrilltweak comment
2001-08-07 Richard Hendersonvarasm.c (assemble_constructor): Take a symbol_ref...
2001-08-06 Gabriel Dos ReisDon't allow template-id in using-declaration.
2001-08-04 Richard Hendersontarget.h (gcc_target): Add asm_out.named_section, secti...
2001-08-03 Lars Brinkhoffcombine.c, [...]: consistently use "VAX", "VAXen",...
2001-08-02 Nathan SidwellKill -fhonor-std.
2001-07-30 Andreas Jaegerjump.c: Add prototype for mark_modified_reg.
2001-07-25 Jason Merrillcall.c (joust): Only prefer a non-builtin candidate...
2001-07-21 Nathan Sidwelltm.texi: Remove DEFAULT_VTABLE_THUNKS.
2001-07-21 Nathan SidwellRemove old-abi remnants.
2001-07-19 Neil BoothMakefile.in (toplev.o, [...]): Don't depend on dwarfout.h.
2001-07-13 Joseph Myersc-common.c (decl_attributes): Take a pointer to the...
2001-07-08 Joseph Myersc-common.c (decl_attributes): Only take a single attrib...
next