aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-12cp-tree.h (warn_return_type, yylex): Delete redundant declarations.Kaveh R. Ghazi5-20/+11
2001-04-12cp-tree.h (pedantic, [...]): Delete redundant declarations.Kaveh R. Ghazi2-24/+10
2001-04-12cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill7-34/+48
2001-04-12class.c (dfs_unshared_virtual_bases): New function.Nathan Sidwell2-14/+48
2001-04-12method.c (make_thunk): Clear DECL_CLONED_FUNCTION.Nathan Sidwell2-0/+6
2001-04-11optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the cloned function t...Mark Mitchell2-0/+9
2001-04-11Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi3-1/+8
2001-04-11method.c (implicitly_declare_fn): Commonize code for copy ctor and assignment...Nathan Sidwell2-28/+29
2001-04-10class.c (find_final_overrider_data): Add `candidates'.Mark Mitchell2-50/+120
2001-04-10typeck.c (build_array_ref): Push the array reference inside COMPOUND_EXPR and...Richard Henderson2-0/+27
2001-04-10tweak commentsJason Merrill2-6/+8
2001-04-06cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell7-18/+38
2001-04-06lang-specs.h: Add __DEPRECATED.Benjamin Kosnik2-4/+4
2001-04-06lang-specs.h: Add __GXX_DEPRECATED.Benjamin Kosnik2-0/+7
2001-04-05search.c (get_dynamic_cast_base_type): When building a new constant, set its ...J"orn Rennecke2-1/+8
2001-04-04optimize.c (expand_call_inline): Only add newly inlined statements into inlin...Jakub Jelinek2-1/+6
2001-04-04cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell6-78/+93
2001-04-03decl2.c (import_export_decl): Don't call import_export_class when processing ...Mark Mitchell3-14/+28
2001-03-28IA-64 ABI Exception Handling.Richard Henderson11-692/+448
2001-03-28decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca...Richard Henderson5-24/+60