aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell3-10/+7
2000-09-30c-tree.texi, [...]: Consistently use @email for formatting email addresses.Joseph Myers2-1/+5
2000-09-29error.c: Remove direct obstack manipulation.Gabriel Dos Reis2-321/+300
2000-09-26Remove stray whitespace on blank lineZack Weinberg1-1/+1
2000-09-26gcc.c (cpp_options): Add spec for -ftabstop=.Neil Booth1-7/+10
2000-09-24c-tree.texi: Moved here from cp/ir.texi.Mark Mitchell2-2246/+4
2000-09-21* decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.Jason Merrill2-1/+5
2000-09-21errfn.c: Move declaration of cp_printer and cp_printers to ...Andreas Jaeger4-188/+191
2000-09-20* tree.c (mark_local_for_remap_r): Handle CASE_LABELs.Mark Mitchell2-0/+6
2000-09-20except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and users.Hans-Peter Nilsson2-32/+5
2000-09-19* decl.c (start_function): Robustify.Mark Mitchell2-3/+12
2000-09-19Makefile.in (c-common.o): Depend on diagnostic.h.Kaveh R. Ghazi4-3/+9
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