]> gcc.gnu.org Git - gcc.git/history - gcc/cp/decl.c
cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compiler_error.
[gcc.git] / gcc / cp / decl.c
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 Nathan Sidwellextend.texi (Deprecated Features): Deprecate implicit...
2001-12-11 Nathan Sidwellre PR c++/51 (g++ reports error for ISO C++ example)
2001-12-10 Nathan Sidwellre PR c++/72 (aggressive type analysis in template...
2001-12-09 Nathan Sidwellre PR c++/87 (member template assignment operator)
2001-12-05 Jason Merrilllanghooks.h (struct lang_hooks_for_tree_inlining):...
2001-12-05 Neil Boothc-common.c (shadow_warning): New function, moved from...
2001-12-05 Richard Kennerattribs.c (handle_no_check_memory_usage_atribute):...
2001-12-03 Hans-Peter Nilssondecl.c (xref_basetypes): Don't use C99 construct in...
2001-12-03 Mumit Khanre PR c++/3394 (ICE in tree_low_cst, at tree.c:3462)
2001-12-01 Neil Boothc-decl.c (duplicate_decls, [...]): Remove trailing...
2001-11-27 Richard KennerMakefile.in (c-lang.o): Depends on langhooks-def.h.
2001-11-22 Bryce McKinlaytree-dump.c: Rename from c-dump.c.
2001-11-18 Kriang Lerdsuwanakijdecl.c (create_array_type_for_decl): Check if NAME...
2001-11-15 Jason Merrillparse.y: Add ...
2001-11-15 Neil Boothc-common.c: Include c-lex.h.
2001-11-14 Richard Sandiforddecl.c (check_initializer): Try to complete the type...
2001-11-08 Neil Boothdecl.c (shadow_warning): New function.
2001-10-23 Kriang Lerdsuwanakijcp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
2001-10-18 Alexandre Olivadecl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
2001-10-16 Richard Sandiforddecl.c (bad_specifiers): Don't allow exception specific...
2001-10-07 Kaveh R. Ghazibuiltins.c (expand_builtin_setjmp_receiver): Const...
2001-10-05 Alexandre OlivaMake-lang.in (cp/decl.o, cp/tree.o): Depend on tree...
2001-10-02 Joseph Myersattribs.c (decl_attributes): Possibly call insert_defau...
2001-10-01 Jason Merrilldecl.c (grokdeclarator): Copy array typedef handling...
2001-09-21 J"orn Rennecke* decl.c (grokdeclarator): Use C syntax for attr_flags...
2001-09-21 Joseph MyersTable-driven attributes.
2001-09-13 Kaveh R. Ghazic-parse.in (yyerror): Const-ification and/or static...
2001-09-04 Mark Mitchelldecl.c (duplicate_decls): Remove code deadling with...
2001-08-18 Kaveh R. Ghaziexcept.c (TYPE_HASH): Delete.
2001-08-13 Gabriel Dos Reis* decl.c (grokdeclarator): Clarify diagnostic message.
2001-08-10 Jason Merrillc-common.h (RETURN_NULLIFIED_P): Lose.
2001-08-07 Jason Merrillimprove comment
2001-08-02 Nathan SidwellKill -fhonor-std.
2001-07-26 Nathan Sidwellre PR c++/3152 (g++-3.0 segfaults when compiling progra...
2001-07-25 Jason Merrillcall.c (joust): Only prefer a non-builtin candidate...
2001-07-21 Nathan Sidwelltm.texi: Remove DEFAULT_VTABLE_THUNKS. r106029.1/tags/ast-optimizer-branchpoint
2001-07-21 Nathan SidwellRemove old-abi remnants.
2001-07-13 Joseph Myersc-common.c (decl_attributes): Take a pointer to the...
2001-07-12 Mark Mitchelldecl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_RE...
2001-07-11 Ben Elliston* Revert today's change -- there is a subtle bug.
2001-07-11 Ben Ellistonre PR c++/80 (g++ enum and attributed __packed__)
2001-07-08 Joseph Myerstarget.h (struct gcc_target): Add insert_attributes.
2001-07-08 Joseph Myersc-common.c (decl_attributes): Only take a single attrib...
2001-07-07 Stan Shebstarget.h (targetm): Rename global from "target", so...
2001-06-26 Neil BoothMakefile.in (TARGET_H, [...]): New.
2001-06-18 Jason MerrillImplement the Named Return Value optimization.
2001-06-08 Nathan Sidwelldecl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT...
2001-06-08 Mark Mitchelltree.h (DECL_SOURCE_FILE): Improve documentation.
2001-06-07 Nathan Sidwellre PR c++/2914 (gcc 3.0 crashes on xalan DoubleSupport...
2001-06-06 John David Anglincall.c (convert_default_arg): Use INTEGRAL_TYPE_P.
2001-06-05 Nathan Sidwelldecl.c (xref_tag): Remove extraneous %s on dependent...
2001-05-25 Mark Mitchellbuiltins.def: Encode additional information, such as...
2001-05-25 Mark Mitchellinvoke.texi (-fno-builtin): Document that this is alway...
2001-05-21 Jason Merrilltweak formatting
2001-05-18 Nathan Sidwellre PR c++/2526 (internal compiler error (version 2...
2001-05-14 Nick CliftonSuppress warning about duplicate decls if the first...
2001-05-12 Alexandre OlivaReverted Geoff Keating's 2001-05-03's patch.
2001-05-04 Geoffrey Keatingcp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDEN...
2001-05-04 Mark Mitchellcp-tree.h (flag_inline_trees): Update documentation.
2001-05-02 Mark Mitchelldecl.c (compute_array_index_type): Don't try to do...
2001-05-02 Kaveh R. Ghazicall.c: NULL_PTR -> NULL.
2001-04-30 Richard Hendersonc-common.c (c_promoting_integer_type_p): New function...
2001-04-27 Nathan Sidwellcp-tree.h (adjust_clone_args): Prototype new function.
2001-04-25 Nathan Sidwelldecl.c (grokdeclarator): Set context of namespace scope...
2001-04-24 Nathan SidwellLazy __FUNCTION__ generation.
2001-04-21 Mark Mitchellcp-tree.h (finish_enum): Change prototype.
2001-04-19 Mark Mitchellcp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECI...
2001-04-13 Jason Merrillcp-tree.h (decl_namespace_list): New macro.
2001-04-12 Kaveh R. Ghazicp-tree.h (warn_return_type, yylex): Delete redundant...
2001-04-12 Jason Merrillcp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
2001-04-06 Mark Mitchellcp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_I...
2001-04-04 Mark Mitchellcp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
2001-03-28 Richard HendersonIA-64 ABI Exception Handling.
2001-03-28 Richard Hendersondecl.c (struct named_label_list): Rename eh_region...
2001-03-27 Mark Mitchellc-common.h (DECL_NUM_STMTS): New macro.
2001-03-26 Nathan SidwellImplement DR 209
2001-03-26 Kaveh R. Ghaziclass.c (add_method): Use memcpy/memmove, not bcopy.
2001-03-23 Jakub Jelinekdecl.c (local_names): Define.
2001-03-22 Jakub Jelinekmethod.c (do_build_assign_ref): Don't use build_modify_...
2001-03-22 Jason Merrillpt.c (instantiate_decl): Abort if we see a member const...
2001-03-19 Mark MitchellCompute DECL_ASSEMBLER_NAME lazily.
2001-03-15 Mark Mitchelldecl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on...
2001-03-15 Mark Mitchellvarasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-03-02 Zack Weinbergxm-lynx.h, [...]: Do not define TRUE or FALSE.
2001-02-26 Nathan Sidwellexcept.c (call_eh_info): Cleanup generation of cp_eh_in...
2001-02-22 Jakub Jelinekcp-tree.h (struct lang_decl_inlined_fns): New.
2001-02-21 Jason Merrilltree.h (DECL_UNINLINABLE): Move from C++ frontend.
2001-02-18 Mark Mitchellinvoke.texi (-fsquangle): Remove documentation.
2001-02-18 Jason MerrillDo put the VTT parameter in DECL_ARGUMENTS.
2001-02-18 Jason Merrilldecl2.c (build_artificial_parm): Set TREE_READONLY.
2001-02-16 Gabriel Dos Reisdecl.c (check_tag_decl): Make sure a typedef for an...
2001-02-14 Mark Mitchellcp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
2001-02-12 Mark MitchellRemove old ABI support. r278977.259/tags/gcc-3_0-branchpoint
2001-02-08 Jason Merrillsearch.c (shared_member_p): New function.
2001-02-04 Richard Kennerdiagnostic.h (set_internal_error_function): Renamed.
2001-02-04 Mark Mitchellcp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
next
This page took 0.82173 seconds and 108 git commands to generate.