aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-05c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell1-24/+12
2001-06-01Amend previous changelog PR g++/2936 Part missed from first commitNathan Sidwell1-0/+3
2001-05-24re PR c++/2184 (using declarations for classes in function templates)Nathan Sidwell1-2/+0
2001-05-21class.c (build_vtable_entry_ref): Lose vtbl parm.Jason Merrill1-4/+4
2001-05-18decl2.c (finish_objects): Use the original SYMBOL_REF from the function decla...Diego Novillo1-1/+1
2001-05-04cp-tree.h (flag_inline_trees): Update documentation.Mark Mitchell1-2/+4
2001-05-03dump.c (cp_dump_tree, [...]): New case.Nathan Sidwell1-0/+2
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-1/+1
2001-05-02* decl2.c (do_using_directive): Revert previous patch.Mark Mitchell1-2/+0
2001-05-01cp-tree.def (USING_STMT): New statement node.Nathan Sidwell1-2/+7
2001-04-30decl2.c (start_static_initialization_or_destruction): Correct logic to handle...Mark Mitchell1-7/+10
2001-04-29decl2.c (unsupported_options): Add new-abi.Joseph Myers1-0/+1
2001-04-26invoke.texi: Document more C++ command-line options.Mark Mitchell1-14/+4
2001-04-23configure.in: Remove ENABLE_STD_NAMESPACE.Phil Edwards1-1/+1
2001-04-19cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell1-1/+1
2001-04-12cp-tree.h (decl_namespace_list): New macro.Jason Merrill1-6/+0
2001-04-12cp-tree.h (warn_return_type, yylex): Delete redundant declarations.Kaveh R. Ghazi1-9/+0
2001-04-10tweak commentsJason Merrill1-6/+3
2001-04-06cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell1-5/+8
2001-04-03decl2.c (import_export_decl): Don't call import_export_class when processing ...Mark Mitchell1-14/+16
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-4/+0
2001-03-21pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill1-10/+5
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-36/+7
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-19/+2
2001-03-01Implement using decls inside template functions.Nathan Sidwell1-11/+8
2001-03-01decl2.c (do_nonmember_using_decl): Don't complain if we find same function.Nathan Sidwell1-13/+12
2001-02-19decl2.c (set_decl_namespace): Allow explicit instantiations in any namespace.Mark Mitchell1-0/+3
2001-02-18invoke.texi (-fsquangle): Remove documentation.Mark Mitchell1-19/+8
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill1-19/+34
2001-02-17decl2.c (build_artificial_parm): Set TREE_READONLY.Jason Merrill1-0/+3
2001-02-16cp-tree.h (DECL_USE_VTT_PARM): Remove.Jason Merrill1-3/+0
2001-02-14Kill remnants of this is variable.Nathan Sidwell1-5/+0
2001-02-12Remove old ABI support.Mark Mitchell1-71/+10
2001-02-12Makefile.in (GXX_ABI_FLAG): Don't define.Mark Mitchell1-11/+0
2001-02-05invoke.texi (-fdump-class-layout): Document.Nathan Sidwell1-2/+16
2001-02-04cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.Mark Mitchell1-6/+16
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers1-2/+2
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-19* decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.Jason Merrill1-0/+4
2001-01-19decl2.c (arg_assoc_class): Fix double iteration logic.Jason Merrill1-3/+7
2001-01-11decl2.c (get_guard): Set linkage from guarded decl.Nathan Sidwell1-3/+9
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-1/+1
2001-01-10decl2.c (acceptable_java_type): Allow references too.Alexandre Petit-Bianco1-1/+1
2001-01-10invoke.texi: Document that -fcond-mismatch isn't supported for C++.Joseph Myers1-6/+1
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-1/+1
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-11/+0
2001-01-09* decl2.c (lang_decode_option): Handle -Wformat=2.Joseph Myers1-0/+2
2001-01-08decl2.c (grokfield): Don't accept `asm' specifiers for non-static data members.Mark Mitchell1-7/+2
2001-01-07c-lang.c (c_post_options): Call cpp_post_options.Neil Booth1-0/+1
2001-01-07toplev.c (main): Call the front-end specific post_options hook if one is given.Neil Booth1-0/+10