aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-01-04c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers1-10/+1
2001-01-02init.c (build_default_init): New fn.Jason Merrill1-4/+0
2001-01-03* decl2.c: (max_tinst_depth): Increase to 50.Mike Stump1-3/+14
2000-12-07c-common.c (warn_format_security): New variable.Joseph Myers1-0/+2
2000-12-04mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".Jason Merrill1-1/+1
2000-12-01c-common.c (warn_format, [...]): Define.Joseph Myers1-6/+8
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-2/+2
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-2/+0
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-12/+2
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-5/+0
2000-11-08decl.c (grok_op_properties): Always use coerce_new_type and coerce_delete_type.Nathan Sidwell1-70/+52
2000-11-04decl2.c (do_nonmember_using_decl): Allow `extern "C"' declarations from diffe...Mark Mitchell1-4/+6
2000-10-31cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.Mark Mitchell1-2/+7
2000-10-22decl2.c (arg_assoc_type): Handle VECTOR_TYPE.Geoff Keating1-0/+1
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-13/+4
2000-10-18c-common.c (back_end_hook): New variable.Mark Mitchell1-5/+0
2000-10-17c-common.h (warn_missing_format_attribute): New variable.Joseph Myers1-0/+6
2000-10-13Remove obstacks.Mark Mitchell1-1/+1
2000-10-05cp-tree.h (access_kind): Fix comment typo.Nathan Sidwell1-1/+1
2000-09-21* decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.Jason Merrill1-1/+1
2000-09-17decl2.c (handle_class_head): Always push some scope even in the error case.Geoff Keating1-4/+5
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+1
2000-09-12decl.c (maybe_deduce_size_from_array_init): Set do_default for all non-extern...Jason Merrill1-4/+15