aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-19decl.c (init_decl_processing): Correct name of pure virtual function under th...Mark Mitchell1-1/+4
2000-11-19decl.c (grokparms): Don't even function types of `void' type, either.Mark Mitchell1-42/+46
2000-11-19* decl.c (grokparms): Don't create parameters of `void' type.Mark Mitchell1-4/+6
2000-11-17cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.Nathan Sidwell1-209/+101
2000-11-15toplev.c (wrapup_global_declarations): Don't write out artificial static vari...Mark Mitchell1-13/+1
2000-11-11decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics in inlines.Jason Merrill1-0/+1
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-3/+2
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-0/+1
2000-11-09decl.c (init_decl_processing): Change definition of __wchar_t to wchar_t.Eric Christopher1-51/+46
2000-11-08decl.c (grok_op_properties): Always use coerce_new_type and coerce_delete_type.Nathan Sidwell1-15/+2
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-11-07decl.c (build_ptrmemfunc_type): Allow error_mark_node.Nathan Sidwell1-0/+3
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