aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-06cp-tree.h (struct cp_language_function): Remove x_result_rtx.Richard Henderson1-14/+5
2000-10-05semantics.c (genrtl_finish_function): Don't init or check can_reach_end; remo...Richard Henderson1-29/+0
2000-10-05cp-tree.h (access_kind): Fix comment typo.Nathan Sidwell1-2/+2
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-87/+10
2000-09-12c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell1-15/+288
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-32/+16
2000-09-07c-common.h (prep_stmt): Declare.Mark Mitchell1-135/+56
2000-09-07decl.c (initialize_local_var): Remove RTL-generating code.Mark Mitchell1-9/+11
2000-09-07Move statement-tree facilities from C++ to C front-end.Mark Mitchell1-154/+49
2000-09-07Integrated preprocessor.Zack Weinberg1-2/+1
2000-09-06extend.texi: Mark named return value extension as deprecated.Mark Mitchell1-47/+28
2000-09-06tree.c (walk_tree): Expose tail recursion.Zack Weinberg1-17/+20
2000-09-05Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.Mark Mitchell1-2/+4
2000-08-29semantics.c (prune_unused_decls): New function.Zack Weinberg1-0/+59
2000-08-18cp-tree.h (PTRMEM_OK_P): New macro.Nathan Sidwell1-0/+4
2000-08-04cp-tree.h (add_method): Change prototype.Mark Mitchell1-1/+1
2000-08-02c-common.h: Prototype min_precision and c_build_qualified_type here...Zack Weinberg1-1/+1
2000-07-10c-common.h (build_stmt): Declare.Benjamin Chelf1-29/+27
2000-07-10semantics.c (expand_body): Sync interface information at the end of function ...Jakub Jelinek1-0/+1
2000-07-10init.c (build_new_1): Bail early if the call to new fails.Jason Merrill1-14/+1
2000-07-03pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.Nathan Sidwell1-0/+1
2000-07-02c-common.h (genrtl_begin_compound_stmt): Remove declaration.Benjamin Chelf1-1/+1
2000-07-01Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.Ben Chelf1-506/+62
2000-06-30semantics.c (genrtl_asm_stmt): Don't decay input operands here.Mark Mitchell1-12/+11
2000-06-29cp-tree.h (SET_DECL_ARTIFICIAL): Remove.Nathan Sidwell1-1/+1
2000-06-26cp-tree.h (genrtl_begin_stmt_expr): Rename to ...Mark Mitchell1-23/+20
2000-06-23cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.Mark Mitchell1-0/+51
2000-06-19c-common.h (IF_COND): Added documentation.Ben Chelf1-689/+877
2000-06-16cp-tree.h (finish_mem_initializers): Declare.Mark Mitchell1-0/+59
2000-06-16cp-tree.h (struct language_function): Remove x_base_init_list and x_member_in...Mark Mitchell1-4/+5
2000-06-15tree.c (count_trees): New debugging function.Jason Merrill1-1/+4
2000-06-09timevar.def: Add TV_EXPAND.Jason Merrill1-0/+5
2000-05-26Fix goto checking.Jason Merrill1-3/+13
2000-05-25Finish implementation of VTTs.Mark Mitchell1-7/+7
2000-05-24Make g++ struct packing attribute sensitive to -fpack-struct, as per docnDonald Lindsay1-0/+1
2000-05-22cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.Mark Mitchell1-0/+7
2000-05-21cp-tree.h (struct lang_type): Remove search_slot.Mark Mitchell1-3/+2
2000-05-14except.c (check_handlers): New fn.Jason Merrill1-2/+11
2000-05-09top level:Zack Weinberg1-1/+1
2000-05-05cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.Mark Mitchell1-0/+1
2000-04-11cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.Mark Mitchell1-0/+10
2000-04-11cp-tre.h (finish_function): Change prototype.Mark Mitchell1-6/+1
2000-04-10class.c (instantiate_type): Handle object-relative template-id.Jason Merrill1-0/+3
2000-04-09Under the new ABI, constructors don't return `this'.Mark Mitchell1-1/+1
2000-04-06cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.Mark Mitchell1-8/+3
2000-04-04cfns.gperf (hash, [...]): Prototype.Kaveh R. Ghazi1-0/+1
2000-03-26c-convert.c (convert): Return if output or input type is ERROR_MARK.Richard Kenner1-2/+2
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-1/+1
2000-03-10decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.Jason Merrill1-6/+10
2000-03-08c-common.h (make_fname_decl): Declare.Nathan Sidwell1-7/+6