aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-30re PR c++/3048 (Lookup problem (gcc 2.95 regression))Mark Mitchell1-3/+20
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-4/+0
2001-10-28ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-27* decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.Kriang Lerdsuwanakij1-0/+5
2001-10-23cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij1-1/+2
2001-10-11rtl.h (REG_VTABLE_REF): New.Richard Henderson1-5/+5
2001-10-05Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.Alexandre Oliva1-7/+0
2001-10-02* decl2.c (cxx_decode_option): Add 'else'.Jason Merrill1-3/+3
2001-09-21tree.def (FDESC_EXPR): New.Richard Henderson1-1/+2
2001-09-21Table-driven attributes.Joseph Myers1-18/+9
2001-09-12decl2.c (lang_f_options): Const-ification.Kaveh R. Ghazi1-1/+1
2001-09-04decl.c (duplicate_decls): Remove code deadling with DECL_SAVED_INSNS.Mark Mitchell1-1/+0
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill1-38/+3
2001-08-13decl2.c (do_nonmember_using_decl): Replace using directive with using declara...Kriang Lerdsuwanakij1-1/+1
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson1-9/+9
2001-08-09tweak commentJason Merrill1-1/+4
2001-08-06varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson1-26/+6
2001-08-06Don't allow template-id in using-declaration.Gabriel Dos Reis1-14/+30
2001-08-03target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson1-2/+2
2001-08-03combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments...Lars Brinkhoff1-1/+1
2001-08-02Kill -fhonor-std.Nathan Sidwell1-18/+3
2001-07-30jump.c: Add prototype for mark_modified_reg.Andreas Jaeger1-4/+0
2001-07-25call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill1-35/+0
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell1-10/+2
2001-07-21Remove old-abi remnants.Nathan Sidwell1-10/+10
2001-07-19Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth1-2/+0
2001-07-13c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers1-11/+12
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers1-1/+1
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-8/+8
2001-06-27system.h (TARGET_ESC): Move to ...Neil Booth1-9/+12
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth1-7/+10
2001-06-06cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.Jason Merrill1-2/+7
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