aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
1999-09-06Fix typo in last change.Mark Mitchell1-1/+1
1999-09-06Get ready for garbage collection.Mark Mitchell14-381/+464
1999-09-05Makefile.in (parse.o): Depend on ggc.h.Mark Mitchell1-809/+819
1999-09-05Makefile.in (parse.o): Depend on ggc.h.Richard Henderson7-3/+134
1999-09-05decl.c (init_decl_processing): Set mark_lang_status.Mark Mitchell3-5/+9
1999-09-05Make-lang.in (f771): Depend on ggc-callbacks.o.Mark Mitchell1-0/+4
1999-09-04Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.Mark Mitchell2-3/+3
1999-09-04Make-lang.in (cc1plus): Depend on $(GGC).Mark Mitchell1-0/+25
1999-09-04Make-lang.in (cc1plus): Depend on $(GGC).Mark Mitchell4-31/+168
1999-09-04Makefile.in (CXX_TREE_H): Include function.h.Mark Mitchell10-61/+83
1999-09-04decl.c (expand_static_init): Tweak handling of static initializations for obj...Mark Mitchell2-1/+8
1999-09-03typeck.c (build_indirect_ref): Reject dereference of pointer to void.Nathan Sidwell2-1/+13
1999-09-02cp-tree.h (cp_function): Move here, from decl.c.Mark Mitchell11-305/+319
1999-09-02decl2.c (arg_assoc_template_arg): New prototype.Alex Samuel3-31/+62
1999-09-02call.c (build_conditional_expr): Warn on enum mismatches.Nathan Sidwell2-7/+25
1999-09-02gxx.gperf (hash, [...]): Add prototypes.Kaveh R. Ghazi5-17/+47
1999-09-01cp-tree.h (lang_type): Move align into type_flags.Mark Mitchell3-9/+13
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi3-2/+6
1999-08-31repo.c (getpwd): Don't prototype.Kaveh R. Ghazi3-4/+5
1999-08-31Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.Kaveh R. Ghazi2-17/+9
1999-08-30* cp-tree.h (IS_AGGR_TYPE_2): Fix typo.Jason Merrill2-1/+5
1999-08-30cp-tree.h (begin_init_stmts): Declare.Mark Mitchell4-4/+38
1999-08-30cp-tree.h (start_handler_parms): New function.Mark Mitchell8-147/+176
1999-08-30pt.c (push_template_decl_real): Use template declaration from class type if i...Alex Samuel2-0/+21
1999-08-29cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition.Mark Mitchell7-99/+98
1999-08-29cp-tree.h (fndecl_as_string, [...]): Constify a char*.Kaveh R. Ghazi5-32/+50
1999-08-29cp-tree.h (strip_array_types): New function.Mark Mitchell4-441/+588
1999-08-28* decl2.c (arg_assoc_class): Bail if the class is a builtin type.Richard Henderson2-0/+9
1999-08-29Fix typo in ChangeLog entryMark Mitchell1-1/+1
1999-08-29cp-tree.def (LABEL_STMT): New tree node.Mark Mitchell1-2/+4
1999-08-28cp-tree.def (LABEL_STMT): New tree node.Mark Mitchell8-328/+412
1999-08-27Fix typo in last changeMark Mitchell1-1/+1
1999-08-27decl.c (lookup_label): Build labels on the permanent obstack when building st...Mark Mitchell4-28/+38
1999-08-27Fix typo in last changeMark Mitchell1-1/+1
1999-08-27cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.Mark Mitchell2-2/+13
1999-08-27cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.Mark Mitchell4-5/+26
1999-08-27decl.c (store_parm_decls): Reset immediate_size_expand.Mark Mitchell2-1/+13
1999-08-27tree.c (store_parm_decls): Reset immediate_size_expand.Mark Mitchell1-0/+3
1999-08-27tree.c (cplus_unsave_expr_now): Don't return a value.Mark Mitchell2-3/+5
1999-08-26* semantics.c (do_poplevel): Always initialize the return value.Mark Mitchell2-0/+6
1999-08-26For gcc:Gavin Romig-Koch3-2/+7
1999-08-26decl.c (grokdeclarator): Amend comment.Mark Mitchell4-5/+19
1999-08-25tree.c (cp_build_qualified_type_real): If we're asking for the same quals we ...Jason Merrill2-1/+9
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell18-1336/+1607
1999-08-25* dump.c (dequeue_and_dump): Dump TARGET_EXPRs.Mark Mitchell2-0/+18
1999-08-25decl2.c (handle_class_head): Be graceful about additional scope qualifiers.Nathan Sidwell2-9/+28
1999-08-24call.c (build_conditional_expr): Fix typo.Jason Merrill4-8/+32
1999-08-23* g++spec.c (lang_specific_driver): Add room for NULL in arglist.Mumit Khan2-1/+6
1999-08-24exception.cc (__cplus_type_matcher): Call __throw_type_match_rtti_2.Jason Merrill6-125/+131
1999-08-23* decl.c (check_default_argument): Fix typo.Paul Burchard2-1/+5