aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-03builtins.c (expand_builtin_strlen): Remove unused mode argument.Zack Weinberg1-0/+1
2000-10-22* decl.c (init_decl_processing): Call MD_INIT_BUILTINS.Geoff Keating1-0/+4
2000-10-21parse.y (operator): Set got_object from got_scope.Jason Merrill1-8/+10
2000-10-20decl.c (revert_static_member_fn): Fixed typo.Jeffrey Oldham1-1/+1
2000-10-19cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.Mark Mitchell1-0/+9
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-26/+40
2000-10-17decl.c (WINT_TYPE): Define.Joseph Myers1-2/+12
2000-10-13Remove obstacks.Mark Mitchell1-17/+8
2000-10-08tm.texi (INTMAX_TYPE, [...]): Define.Joseph Myers1-0/+21
2000-10-06cp-tree.h (struct cp_language_function): Remove x_result_rtx.Richard Henderson1-3/+0
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-8/+0
2000-09-19* decl.c (start_function): Robustify.Mark Mitchell1-3/+8
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-194/+11
2000-09-12decl.c (maybe_deduce_size_from_array_init): Set do_default for all non-extern...Jason Merrill1-9/+33
2000-09-12decl.c (finish_case_label): Given the LABEL_DECL a DECL_CONTEXT.Mark Mitchell1-0/+1
2000-09-12c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell1-387/+67
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-9/+0
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-6/+188
2000-09-07decl.c (initialize_local_var): Remove RTL-generating code.Mark Mitchell1-6/+2
2000-09-07Move statement-tree facilities from C++ to C front-end.Mark Mitchell1-28/+24
2000-09-07Integrated preprocessor.Zack Weinberg1-20/+20
2000-09-06extend.texi: Mark named return value extension as deprecated.Mark Mitchell1-35/+4
2000-09-06class.c (resolve_address_of_overloaded_function): Add explanation message.Nathan Sidwell1-2/+1
2000-09-05Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.Mark Mitchell1-1/+2
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij1-5/+5
2000-09-04decl.c (finish_function): Move the code for handling functions marked with th...Mark Elbrecht1-5/+12
2000-08-30cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.Jason Merrill1-4/+5
2000-08-29top level:Zack Weinberg1-0/+4
2000-08-27decl.c (pushdecl): Matching decls for local externs are found in the current ...Jason Merrill1-9/+38
2000-08-25decl.c (grokfndecl): Require that `main' return an `int'.Mark Mitchell1-1/+4
2000-08-23decl.c (init_decl_processing): Remove bogus initialization.Gabriel Dos Reis1-1/+0
2000-08-22Makefile.in (error.o): Depends on diagnostic.hGabriel Dos Reis1-12/+1
2000-08-21c-tree.h (flag_hosted): Move declaration from here...Joseph Myers1-0/+9
2000-08-18decl.c (member_function_or_else): Use cp_error ...Nathan Sidwell1-8/+8
2000-08-17cp-tree.h (CPTR_AGGR_TAG): New global tree node.Nathan Sidwell1-0/+7
2000-08-11decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're looking inside.Jason Merrill1-0/+7
2000-08-11decl.c (check_tag_decl): Diagnose typename's which don't declare anything.Nathan Sidwell1-1/+2
2000-08-07cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.Kazu Hirata1-1/+1
2000-08-04c-common.h (flag_isoc94): Declare.Joseph Myers1-0/+4
2000-07-31Allow indirect primary bases.Mark Mitchell1-0/+1
2000-07-28decl.c (duplicate_decls): If common_type produces a non-typedef type for a ty...Jason Merrill1-0/+5
2000-07-27cp-tree.h (function_depth): Declare.Mark Mitchell1-2/+4
2000-07-27decl.c (start_cleanup_fn): Mark the function as `inline'.Mark Mitchell1-0/+5
2000-07-25Kill strict_prototype.Nathan Sidwell1-22/+18
2000-07-25decl.c (poplevel): Deal with anonymous variables at for scope.Nathan Sidwell1-1/+5
2000-07-25toplev.c (pipe_closed): Delete.Zack Weinberg1-54/+0
2000-07-23c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN to figure out...Mark Mitchell1-44/+42
2000-07-21cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.Zack Weinberg1-2/+5
2000-07-17typeck.c (mark_addressable): Never set TREE_USED.Jason Merrill1-8/+5
2000-07-10c-common.h (build_stmt): Declare.Benjamin Chelf1-3/+3