aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2001-05-16spew.c (read_token): Call yyerror on all unexpected tokens.Nathan Sidwell2-8/+7
2001-05-16init.c (member_init_ok_or_else): Take a tree rather than string for name.Nathan Sidwell2-5/+11
2001-05-15Move ChangeLog entry to correct fileNick Clifton1-0/+5
2001-05-14Suppress warning about duplicate decls if the first decl is a friend.Nick Clifton1-1/+1
2001-05-13except.c (choose_personality_routine): Export.Zack Weinberg4-20/+67
2001-05-12dwarfout.c (dwarfout_init): Add cast.Neil Booth2-3/+4
2001-05-12cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.Alexandre Oliva3-16/+76
2001-05-12Reverted Geoff Keating's 2001-05-03's patch.Alexandre Oliva5-85/+61
2001-05-12* cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.Ira Ruben2-4/+4
2001-05-11cp-tree.h (finish_label_expr, [...]): Delete.Neil Booth4-30/+7
2001-05-07splay-tree.h (splay_tree_max): New function.Mark Mitchell2-7/+41
2001-05-04cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.Geoffrey Keating5-57/+106
2001-05-04cp-tree.h (flag_inline_trees): Update documentation.Mark Mitchell4-10/+35
2001-05-03dump.c (cp_dump_tree, [...]): New case.Nathan Sidwell4-10/+29
2001-05-02decl.c (compute_array_index_type): Don't try to do anything with the indices ...Mark Mitchell2-6/+11
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi13-37/+52
2001-05-02* decl2.c (do_using_directive): Revert previous patch.Mark Mitchell2-2/+4
2001-05-01cp-tree.def (USING_STMT): New statement node.Nathan Sidwell6-4/+31
2001-05-01call.c (build_new_op): Convert args from reference here.Nathan Sidwell2-5/+11
2001-05-01spew.c (last_token_id): New static variable.Nathan Sidwell2-4/+14
2001-04-30c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson3-2/+7
2001-04-30fdl.texi: New file.Mark Mitchell3-1884/+7
2001-04-30decl2.c (start_static_initialization_or_destruction): Correct logic to handle...Mark Mitchell2-7/+15
2001-04-30regmove.c (record_stack_memrefs): Catch all references to the stack pointer.Mark Mitchell2-7/+31
2001-04-29decl2.c (unsupported_options): Add new-abi.Joseph Myers3-19/+6
2001-04-27except.c (can_convert_eh): Don't check template parms, typename types etc.Nathan Sidwell2-1/+6
2001-04-27optimize.c (maybe_clone_body): Copy parameter names and locations.Nathan Sidwell2-2/+30
2001-04-27cp-tree.h (adjust_clone_args): Prototype new function.Nathan Sidwell4-0/+87
2001-04-27method.c (use_thunk): Make sure that thunks really are emitted when requested.Mark Mitchell2-1/+12
2001-04-26invoke.texi: Document more C++ command-line options.Mark Mitchell4-32/+5
2001-04-26mangle.c (write_chars): New macro.Nathan Sidwell2-29/+114
2001-04-26optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting the clone.Mark Mitchell2-0/+6
2001-04-25decl.c (grokdeclarator): Set context of namespace scope TYPE_DECLS.Nathan Sidwell2-2/+11
2001-04-25optimize.c: Include hashtab.h.Zack Weinberg2-16/+35
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell10-106/+124
2001-04-24pt.c (tsubst_decl): Use VOID_TYPE_P.Nathan Sidwell3-6/+11
2001-04-23configure.in: Remove ENABLE_STD_NAMESPACE.Phil Edwards2-1/+5
2001-04-23collect2.c (main): Use concat in lieu of xmalloc/sprintf.Kaveh R. Ghazi2-8/+5
2001-04-22except.c (build_throw): Wrap the initialization of the exception object in a ...Jason Merrill2-8/+11
2001-04-21cp-tree.h (finish_enum): Change prototype.Mark Mitchell4-115/+111
2001-04-20tree.c (cp_tree_equal): Adjust final switch formatting.Nathan Sidwell2-9/+20
2001-04-20class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.Nathan Sidwell2-21/+57
2001-04-20call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and ICS_BAD_FLAG.Jakub Jelinek2-1/+9
2001-04-20search.c (lookup_field_r): If looking for type and non-TYPE_DECL is found...Jakub Jelinek2-5/+26
2001-04-19cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell7-27/+61
2001-04-18semantics.c (simplify_aggr_init_exprs_r): Don't restore flag_access_control f...John David Anglin2-1/+6
2001-04-16cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.Mark Mitchell3-2/+27
2001-04-16init.c (build_delete): Create a SAVE_EXPR for the address if we're going to u...Mark Mitchell2-6/+13
2001-04-13cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.Mark Mitchell4-85/+38
2001-04-12cp-tree.h (decl_namespace_list): New macro.Jason Merrill4-8/+17