aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2000-09-17decl2.c (handle_class_head): Always push some scope even in the error case.Geoff Keating2-4/+10
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell15-371/+97
2000-09-15c-parse.in (reswords): Add _Complex.Joseph Myers2-0/+5
2000-09-14Makefile.in (LN): Remove duplicate definition.Richard Kenner2-2/+7
2000-09-13* init.c (begin_init_stmts): Don't use // comments.J. David Anglin2-2/+8
2000-09-12decl.c (maybe_deduce_size_from_array_init): Set do_default for all non-extern...Jason Merrill3-13/+59
2000-09-12decl.c (finish_case_label): Given the LABEL_DECL a DECL_CONTEXT.Mark Mitchell2-0/+6
2000-09-12error.c (TFF_PLAIN_IDENTIFIER, [...]): New macros.Gabriel Dos Reis2-19/+669
2000-09-12* ir.texi: Add more documentation.Gabriel Dos Reis2-3/+163
2000-09-12c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell10-428/+405
2000-09-11* error.c (cp_tree_printer, case 'P'): Append break.Nathan Sidwell2-0/+5
2000-09-11cp-tree.h (frob_opname): Declare.Nathan Sidwell4-74/+133
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg4-14/+7
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell8-199/+233
2000-09-07* ir.texi: Document type nodes.Gabriel Dos Reis2-0/+41
2000-09-07c-common.h (prep_stmt): Declare.Mark Mitchell4-143/+78
2000-09-07decl.c (initialize_local_var): Remove RTL-generating code.Mark Mitchell3-15/+16
2000-09-07Move statement-tree facilities from C++ to C front-end.Mark Mitchell7-330/+169
2000-09-07Integrated preprocessor.Zack Weinberg16-4808/+1919
2000-09-06extend.texi: Mark named return value extension as deprecated.Mark Mitchell5-113/+67
2000-09-06pt.c (type_unification_real): Replace switch with if.Nathan Sidwell2-9/+11
2000-09-06error.c (dump_typename): New function, broken out of ...Nathan Sidwell3-5/+29
2000-09-06init.c (build_offset_ref): Deal with namespace scoped TEMPLATE_ID_EXPRs.Nathan Sidwell2-15/+29
2000-09-06class.c (resolve_address_of_overloaded_function): Add explanation message.Nathan Sidwell5-14/+31
2000-09-06tree.c (walk_tree): Expose tail recursion.Zack Weinberg4-18/+103
2000-09-05Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.Mark Mitchell8-34/+103
2000-09-04tweakJason Merrill1-0/+1
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij16-156/+227
2000-09-04decl.c (finish_function): Move the code for handling functions marked with th...Mark Elbrecht2-8/+21
2000-09-04* init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.Nathan Sidwell2-2/+6
2000-09-04pt.c (lookup_template_class): Remove abort.Nathan Sidwell3-3/+8
2000-09-04decl2.c (arg_assoc): Deal with COMPONENT_REFs inside TEMPLATE_ID_EXPRs.Nathan Sidwell2-0/+8
2000-09-04operators.def (ALIGNOF_EXPR, [...]): Change new ABI mangling.Mark Mitchell2-3/+8
2000-09-01parse.y (named_class_head): Check for TYPENAME_TYPE.Nathan Sidwell2-12/+23
2000-09-01* call.c (build_scoped_method_call): Check it is not a namespace.Nathan Sidwell2-0/+9
2000-08-30cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.Jason Merrill4-17/+24
2000-08-30typosJason Merrill2-3/+3
2000-08-29semantics.c (prune_unused_decls): New function.Zack Weinberg2-0/+64
2000-08-29top level:Zack Weinberg6-8/+23
2000-08-29calls.c (expand_call): Don't create a VAR_DECL just to throw it away.Mark Mitchell2-15/+5
2000-08-28[multiple changes]Jason Merrill4-16/+13
2000-08-28mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.Alex Samuel2-56/+93
2000-08-27decl.c (pushdecl): Matching decls for local externs are found in the current ...Jason Merrill2-9/+44
2000-08-26* ir.texi (Expressions): Fix typo.Gabriel Dos Reis2-2/+6
2000-08-25* tree.c (init_tree): Use ARRAY_SIZE.Greg McGary2-1/+5
2000-08-25* error.c (cp_tree_printer): Rework.Gabriel Dos Reis2-33/+44
2000-08-25Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and dyn-string.o.Mark Mitchell2-13/+8
2000-08-25decl.c (grokfndecl): Require that `main' return an `int'.Mark Mitchell3-1/+11
2000-08-24error.c (tree_formatting_info): New data type.Gabriel Dos Reis2-2/+202
2000-08-24typeck.c (build_ptrmemfunc): Just reinterpret if there's no adjustment necess...Jason Merrill2-8/+16