summaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/3154 (Tree check: expected class 't', have 'd' (type_decl) in is_ag...Nathan Sidwell2001-11-151-114/+67
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+1
* Kill -fhonor-std.Nathan Sidwell2001-08-021-6/+0
* tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell2001-07-211-8/+0
* Remove old-abi remnants.Nathan Sidwell2001-07-211-30/+11
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-1/+1
* call.c (build_op_delete_call): Ignore exception-specifications when looking f...Mark Mitchell2001-05-221-3/+24
* init.c (member_init_ok_or_else): Take a tree rather than string for name.Nathan Sidwell2001-05-161-5/+5
* call.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-11/+11
* init.c (build_delete): Create a SAVE_EXPR for the address if we're going to u...Mark Mitchell2001-04-161-6/+8
* Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell2001-03-191-1/+2
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-1/+1
* Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill2001-02-181-1/+1
* init.c (build_new): Allow enumeration types for the array-bounds in a direct-...Mark Mitchell2001-02-181-2/+2
* decl2.c (build_artificial_parm): Set TREE_READONLY.Jason Merrill2001-02-171-1/+1
* cp-tree.h (DECL_USE_VTT_PARM): Remove.Jason Merrill2001-02-161-1/+2
* cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c section.Nathan Sidwell2001-02-141-4/+1
* cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.Mark Mitchell2001-02-141-0/+18
* Remove old ABI support.Mark Mitchell2001-02-121-77/+33
* invoke.texi (-fdump-class-layout): Document.Nathan Sidwell2001-02-051-3/+14
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-5/+8
* stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi2001-01-291-4/+2
* decl2.c (arg_assoc_class): Fix double iteration logic.Jason Merrill2001-01-191-5/+2
* typeck.c (build_modify_expr): Say `initialization' for INIT_EXPRs.Nathan Sidwell2001-01-181-1/+7
* output.h (make_function_rtl): Remove prototype.Mark Mitchell2001-01-101-1/+1
* decl2.c (acceptable_java_type): Allow references too.Alexandre Petit-Bianco2001-01-101-1/+17
* init.c (build_default_init): New fn.Jason Merrill2001-01-021-155/+164
* * init.c (build_new_1): Reorganize. Now with 100% fewer SAVE_EXPRs!Jason Merrill2000-12-151-144/+119
* * init.c (build_new_1): Don't strip quals from type.Jason Merrill2000-12-151-3/+0
* c-common.h (flag_no_builtin): Declare.Mark Mitchell2000-10-181-2/+2
* init.c (build_java_class_ref): Use `build_static_name' with a suffix...Tom Tromey2000-10-061-5/+5
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell2000-09-171-1/+1
* * init.c (begin_init_stmts): Don't use // comments.J. David Anglin2000-09-131-2/+4
* Move statement-tree facilities from C++ to C front-end.Mark Mitchell2000-09-071-6/+6
* init.c (build_offset_ref): Deal with namespace scoped TEMPLATE_ID_EXPRs.Nathan Sidwell2000-09-061-15/+24
* cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij2000-09-041-2/+2
* * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.Nathan Sidwell2000-09-041-2/+2
* cp-tree.h (PTRMEM_OK_P): New macro.Nathan Sidwell2000-08-181-18/+24
* init.c (build_aggr_init): Reject bogus array initializers early.Nathan Sidwell2000-08-101-8/+9
* init.c (build_new_1): Bail early if the call to new fails.Jason Merrill2000-07-101-0/+3
* repo.c (repo_get_id): Handle the case where a class with virtual bases has a ...Jason Merrill2000-07-041-1/+6
* c-common.h (genrtl_begin_compound_stmt): Remove declaration.Benjamin Chelf2000-07-021-4/+2
* Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.Ben Chelf2000-07-011-8/+8
* init.c (init_init_processing): Go back to aligning like double_type_node for ...Jason Merrill2000-07-011-18/+14
* cp-tree.h (struct language_function): Remove temp_name_counter.Mark Mitchell2000-06-301-0/+2
* c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell2000-06-301-17/+18
* cp-tree.h (genrtl_begin_stmt_expr): Rename to ...Mark Mitchell2000-06-261-2/+2
* call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell2000-06-201-1/+1
* c-common.h (IF_COND): Added documentation.Ben Chelf2000-06-191-7/+27
* cp-tree.h (struct language_function): Remove x_base_init_list and x_member_in...Mark Mitchell2000-06-161-67/+59