aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth2-9/+7
2001-11-18decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE when displayi...Kriang Lerdsuwanakij2-2/+10
2001-11-18mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E...Kriang Lerdsuwanakij3-5/+28
2001-11-16* cp-tree.h (print_class_statistics): Restore.Neil Booth2-0/+5
2001-11-15* method.c (use_thunk): Don't emit debugging information for thunks.Jason Merrill1-0/+2
2001-11-15parse.y: Add ...Jason Merrill8-24/+59
2001-11-15re PR c++/3154 (Tree check: expected class 't', have 'd' (type_decl) in is_ag...Nathan Sidwell2-114/+74
2001-11-15c-common.c: Include c-lex.h.Neil Booth5-23/+37
2001-11-14decl.c (check_initializer): Try to complete the type of an array element befo...Richard Sandiford2-3/+12
2001-11-14texi2pod.pl: Handle @ifnottex, @iftex and @display.Joseph Myers2-8/+12
2001-11-13re PR c++/4206 (ICE with switch in while)Nathan Sidwell2-12/+8
2001-11-12cvt.c (ocp_convert): Don't warn the address of a weak function is always `true'.H.J. Lu2-1/+6
2001-11-09Makefile.in: Update.Neil Booth6-7/+37
2001-11-09* class.c (dump_array): Fix format specifier warning.Kaveh R. Ghazi2-1/+5
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth4-14/+11
2001-11-08configure.in: Add AC_ARG_PROGRAM to support program name transformation with ...Andreas Franck2-10/+20
2001-11-08decl.c (shadow_warning): New function.Neil Booth1-27/+48
2001-11-06Clean up langhooksNeil Booth3-1/+7
2001-11-04* pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.Kriang Lerdsuwanakij2-0/+5
2001-11-04* lex.c (copy_lang_type): Add static prototype.Kaveh R. Ghazi2-1/+6
2001-11-02* pt.c (unify): Handle SCOPE_REF.Kriang Lerdsuwanakij2-0/+5
2001-11-01tree.c (cp_copy_res_decl_for_inlining): Adjust DECL_ABSTRACT_ORIGIN for the r...Jakub Jelinek2-0/+6
2001-10-31Makefile.in (INTL_TARGETS, POSUB): Delete all references.Zack Weinberg2-1/+5
2001-10-28ChangeLog.1, [...]: Fix spelling errors.Joseph Myers8-15/+20
2001-10-27* decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.Kriang Lerdsuwanakij2-0/+9
2001-10-25langhooks.c (lang_hook_default_clear_binding_stack): New.Zack Weinberg2-2/+9
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2-0/+23
2001-10-23Fix date in ChangeLogKriang Lerdsuwanakij1-1/+1
2001-10-23cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij11-23/+154
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2-2/+7
2001-10-18decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.Alexandre Oliva2-0/+55
2001-10-16cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined for tree checkin...H.J. Lu2-0/+6
2001-10-16cp-tree.h (VFIELD_NAME_FORMAT): Adjust to match VFIELD_NAME.Hans-Peter Nilsson2-1/+6
2001-10-16pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.Richard Sandiford2-3/+21
2001-10-16decl.c (bad_specifiers): Don't allow exception specifications on any typedefs.Richard Sandiford2-2/+9
2001-10-14c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth2-1/+4
2001-10-13pt.c (lookup_template_class): Build complete template arguments for BOUND_TEM...Kriang Lerdsuwanakij2-0/+18
2001-10-13cp-tree.h (TYPE_BINFO): Update comment.Kriang Lerdsuwanakij5-18/+94
2001-10-13pt.c (determine_specialization): Ignore functions without DECL_TEMPLATE_INFO.Kriang Lerdsuwanakij2-0/+11
2001-10-12re PR c++/4476 (g++ does not parse the definition of friend function within a...Nathan Sidwell2-0/+10
2001-10-11typeck2.c (store_init_value): Don't re-digest a bracketed initializer.Jason Merrill3-5/+21
2001-10-11rtl.h (REG_VTABLE_REF): New.Richard Henderson3-40/+55
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson3-2/+10
2001-10-09fix datesJason Merrill1-5/+3
2001-10-09call.c (standard_conversion): Add bad conversion between integers and pointers.Jason Merrill4-35/+61
2001-10-08Make-lang.in (CXX_OBJS): Added cp-lang.o.Alexandre Oliva6-35/+98
2001-10-08c-common.h (struct c_lang_decl): Add declared_inline.Richard Henderson2-4/+8
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi5-12/+21
2001-10-05optimize.c (struct inline_data): Moved to ../tree-inline.c.Alexandre Oliva3-1291/+13
2001-10-05Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.Alexandre Oliva9-190/+385