tree.c (lvalue_p_1): Add argument for whether casts of lvalues are allowable.
[gcc.git] / gcc / cp / cp-tree.h
2002-08-25 Matt Austerntree.c (lvalue_p_1): Add argument for whether casts...
2002-08-09 Mark Mitchellcall.c (standard_conversion): Use build_ptrmem_type.
2002-08-08 Mark MitchellRework build_component_ref.
2002-08-07 Neil BoothMakefile.in (c-opts.o, [...]): Update.
2002-08-04 Nathan Sidwellcp-tree.h (VF_DERIVED_VALUE): Remove.
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-30 Gabriel Dos Reis* cp-tree.h (VF_DERIVED_VALUE): Restore from previous...
2002-07-30 Nathan Sidwellcp-tree.h (CLASSTYPE_VFIELDS, VF_*, BV_*): Add more...
2002-07-29 Alan Modra* cp-tree.h: Comment typo fix.
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-23 Neil Boothdwarf2out.c (SECTION_ASM_OP, [...]): Remove.
2002-07-23 Gabriel Dos ReisFix PR/7363:
2002-07-22 Kriang LerdsuwanakijPR c++/7347, c++/7348
2002-07-10 Mark Mitchellcp-tree.h (unqualified_name_lookup_error): Declare it.
2002-07-09 Mark Mitchellcp-tree.h (constructor_name_p): Declare it.
2002-07-08 Mark Mitchellcp-tree.h (have_extern_spec): Declare it
2002-07-08 Mark MitchellMake-lang.in (cp/parse.o): Depend on decl.h.
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-25 Mark Mitchellcall.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
2002-06-24 Mark Mitchellcp-tree.h (SCALAR_TYPE_P): New macro.
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-15 Gabriel Dos Reiscp-tree.h (compiler_error): Remove declaration.
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-22 Neil Boothre PR preprocessor/6517 (gcc hangs on C compile with...
2002-05-19 Alexandre Olivacp-tree.h (complete_type_or_diagnostic): Changed protot...
2002-05-14 Alexandre Olivacp-tree.h (struct lang_type): Added non_zero_init.
2002-05-09 Neil BoothMakefile.in: Update.
2002-05-06 Neil Boothc-common.c (warn_multichar): 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-24 Neil Boothattribs.c (c_common_attribute_table): Move table and...
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-07 Mark Mitchellre PR c++/5571 (crash in initialization of a static...
2002-04-06 Jason Merrillre PR c++/525 (Problem with Multiple Inheritance and...
2002-04-04 Jason Merrillre PR c++/5636 (gcc-3.0.3, memory leakage: function...
2002-04-01 Neil Boothc-decl.c (grokdeclarator): Update.
2002-03-31 Neil Boothdiagnostic.c (print_error_function): Remove.
2002-03-29 Neil BoothMakefile.in (except.o): Update.
2002-03-27 Neil BoothMakefile.in (attribs.o): Update.
2002-03-27 Neil Boothc-common.c (c_expand_expr): Fix prototype.
2002-03-26 Nathan Sidwellre PR c++/5682 (ICE in build_secondary_vtable)
2002-03-26 Neil BoothMakefile.in (ggc-common.o): Update.
2002-03-25 Neil Boothc-decl.c (maybe_build_cleanup): Remove.
2002-03-21 Neil BoothMakefile.in (fold-const.o, [...]): Update.
2002-03-20 Neil BoothMakefile.in: Update.
2002-03-18 Jason Merrillre PR c++/3870 (gcc 3.0 bogus error specializing a...
2002-03-16 Nathan Sidwellre PR c++/4361 (bogus ambiguity taking the address...
2002-03-15 Mark Mitchellc-common.c (statement_code_p): Handle CLEANUP_STMT.
2002-03-15 Jason Merrillre PR c++/5857 (C++ duplicate_decls shouldn't use commo...
2002-03-13 Richard Sandifordcp-tree.h (init_init_processing): Remove declaration.
2002-03-11 Nathan SidwellRevert 2001-03-26 Nathan Sidwell <nathan@codesourcery...
2002-03-10 Kaveh R. Ghazi* cp-tree.h (stabilize_expr): Prototype.
2002-03-09 Craig Rodriguescp-tree.h (CLEAR_BINFO_MARKED): Make both parts of...
2002-03-08 Neil Boothexpr.c (expand_expr): Use unsave lang hook.
2002-03-01 Phil Edwardscp-tree.h: Require __GNUC__ to be #defined.
2002-02-28 Neil BoothMakefile.in (integrate.o): Update.
2002-02-24 Craig Rodriguesre PR c++/4093 (Return type mis-match for (a?b:c) const...
2002-02-22 Nathan SidwellPR c++/2645, DR 295
2002-02-07 Nathan SidwellRename instantiate_type_flags to tsubst_flags_t & expan...
2002-02-04 Jason Merrillxref.c: Remove.
2002-02-01 Jason Merrillre PR c++/4872 (missed warning (no return) -- regressio...
2002-01-23 Zack Weinbergtypeck2.c (friendly_abort): Delete definition.
2002-01-23 Craig Rodriguescp-tree.h (my_friendly_abort): Remove.
2002-01-23 Jakub Jelinekspew.c (pending_inlines, [...]): Make static.
2002-01-17 Jason Merrilldecl.c (begin_constructor_body, [...]): New fns.
2002-01-17 Jason Merrillerror.c (dump_type_suffix): Print the exception specs...
2002-01-10 Ira RubenAdded __attribute__((deprecated)) patches.
2002-01-06 Graham Stottcp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): Add parenthesis.
2002-01-02 Nathan Sidwellre PR c++/35 (template operator () lookup fails)
2002-01-02 Nathan Sidwellre PR c++/775 (2.97 error declaring nested class a...
2001-12-18 Zack Weinbergcp-tree.h: Delete #defines for cp_error, cp_warning...
2001-12-16 Joseph MyersChangeLog.1, [...]: Fix spelling errors.
2001-12-14 Jason Merrillc-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.
2001-12-13 Jason Merrilldecl.c (store_parm_decls): Remove parms_have_cleanups...
2001-12-12 Jakub Jelinekcp-tree.h (DESTRUCTOR_DECL_PREFIX, [...]): Delete.
2001-12-09 Nathan Sidwellre PR c++/87 (member template assignment operator)
2001-12-08 John David Anglinsemantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BI...
2001-12-05 Jason Merrilllanghooks.h (struct lang_hooks_for_tree_inlining):...
2001-11-30 Mark Mitchellre PR c++/3048 (Lookup problem (gcc 2.95 regression))
2001-11-29 Nathan Sidwellcp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
2001-11-25 Nathan Sidwellre PR c++/3145 (virtual inheritance still creates wrong...
2001-11-22 Bryce McKinlaytree-dump.c: Rename from c-dump.c.
2001-11-16 Neil Booth* cp-tree.h (print_class_statistics): Restore.
2001-11-15 Neil Boothc-common.c: Include c-lex.h.
2001-11-09 Neil BoothMakefile.in: Update.
2001-10-23 Kriang Lerdsuwanakijcp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
2001-10-17 H.J. Lucp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK...
2001-10-16 Hans-Peter Nilssoncp-tree.h (VFIELD_NAME_FORMAT): Adjust to match VFIELD_...
2001-10-13 Kriang Lerdsuwanakijcp-tree.h (TYPE_BINFO): Update comment.
2001-10-09 Jason Merrillcall.c (standard_conversion): Add bad conversion betwee...
2001-10-08 Alexandre OlivaMake-lang.in (CXX_OBJS): Added cp-lang.o.
2001-10-08 Richard Hendersonc-common.h (struct c_lang_decl): Add declared_inline.
next