summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in last change.mmitchel1999-09-061-1/+1
* Get ready for garbage collection.mmitchel1999-09-0614-381/+464
* * Makefile.in (parse.o): Depend on ggc.h.mmitchel1999-09-051-809/+819
* * Makefile.in (parse.o): Depend on ggc.h.mmitchel1999-09-057-3/+134
* * decl.c (init_decl_processing): Set mark_lang_status.mmitchel1999-09-053-5/+9
* * Make-lang.in (f771): Depend on ggc-callbacks.o.mmitchel1999-09-051-0/+4
* GCC:mmitchel1999-09-042-3/+3
* * Make-lang.in (cc1plus): Depend on $(GGC).mmitchel1999-09-041-0/+25
* * Make-lang.in (cc1plus): Depend on $(GGC).mmitchel1999-09-044-31/+168
* * Makefile.in (CXX_TREE_H): Include function.h.mmitchel1999-09-0410-61/+83
* * decl.c (expand_static_init): Tweak handling of staticmmitchel1999-09-042-1/+8
* * typeck.c (build_indirect_ref): Reject dereference of pointer tonathan1999-09-032-1/+13
* * cp-tree.h (cp_function): Move here, from decl.c.mmitchel1999-09-0211-305/+319
* * decl2.c (arg_assoc_template_arg): New prototype. New function.mmitchel1999-09-023-31/+62
* * call.c (build_conditional_expr): Warn on enum mismatches.nathan1999-09-022-7/+25
* * gxx.gperf (hash, is_reserved_word): Add prototypes.ghazi1999-09-025-17/+47
* * cp-tree.h (lang_type): Move align into type_flags.mmitchel1999-09-013-9/+13
* * c-parse.in (language_string): Constify.ghazi1999-08-313-2/+6
* * repo.c (getpwd): Don't prototype.ghazi1999-08-313-4/+5
* * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.ghazi1999-08-312-17/+9
* * cp-tree.h (IS_AGGR_TYPE_2): Fix typo.jason1999-08-302-1/+5
* * cp-tree.h (begin_init_stmts): Declare.mmitchel1999-08-304-4/+38
* * cp-tree.h (start_handler_parms): New function.mmitchel1999-08-308-147/+176
* * pt.c (push_template_decl_real): Use template declaration frommmitchel1999-08-302-0/+21
* * cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition.mmitchel1999-08-297-99/+98
* * cp-tree.h (fndecl_as_string, type_as_string,ghazi1999-08-295-32/+50
* * cp-tree.h (strip_array_types): New function.mmitchel1999-08-294-441/+588
* * decl2.c (arg_assoc_class): Bail if the class is a builtin type.rth1999-08-292-0/+9
* Fix typo in ChangeLog entrymmitchel1999-08-291-1/+1
* * cp-tree.def (LABEL_STMT): New tree node.mmitchel1999-08-291-2/+4
* * cp-tree.def (LABEL_STMT): New tree node.mmitchel1999-08-288-328/+412
* Fix typo in last changemmitchel1999-08-271-1/+1
* * decl.c (lookup_label): Build labels on the permanent obstackmmitchel1999-08-274-28/+38
* Fix typo in last changemmitchel1999-08-271-1/+1
* * cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.mmitchel1999-08-272-2/+13
* * cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.mmitchel1999-08-274-5/+26
* * decl.c (store_parm_decls): Reset immediate_size_expand.mmitchel1999-08-272-1/+13
* * tree.c (store_parm_decls): Reset immediate_size_expand.mmitchel1999-08-271-0/+3
* 1999-08-26 Mark Mitchell <mark@codesourcery.com>mmitchel1999-08-272-3/+5
* * semantics.c (do_poplevel): Always initialize the return value.mmitchel1999-08-262-0/+6
* For gcc:gavin1999-08-263-2/+7
* * decl.c (grokdeclarator): Amend comment.mmitchel1999-08-264-5/+19
* * tree.c (cp_build_qualified_type_real): If we're asking for thejason1999-08-262-1/+9
* * cp-tree.def (SUBOBJECT): New tree node.mmitchel1999-08-2518-1336/+1607
* * dump.c (dequeue_and_dump): Dump TARGET_EXPRs.mmitchel1999-08-252-0/+18
* * decl2.c (handle_class_head): Be graceful about additionalnathan1999-08-252-9/+28
* * call.c (build_conditional_expr): Fix typo.jason1999-08-244-8/+32
* * g++spec.c (lang_specific_driver): Add room for NULL in arglist.law1999-08-242-1/+6
* * exception.cc (__cplus_type_matcher): Call __throw_type_match_rtti_2.jason1999-08-246-125/+131
* * decl.c (check_default_argument): Fix typo.jason1999-08-232-1/+5