summaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
Commit message (Expand)AuthorAgeFilesLines
* 2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-01-231-5/+5
* * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF.jason2002-01-231-3/+2
* * parse.y (function_body): Suppress the block for the outermostjason2002-01-221-8/+0
* * decl.c (begin_constructor_body, begin_destructor_body): New fns.jason2002-01-171-0/+8
* cp:nathan2001-12-291-2/+12
* * po/gcc.pot: Regenerate.jsm282001-12-181-1/+1
* * cp-tree.h: Delete #defines for cp_error, cp_warning,zack2001-12-181-28/+28
* * c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.jason2001-12-141-49/+86
* * langhooks.h (struct lang_hooks_for_tree_inlining): Addjason2001-12-051-2/+5
* cp:nathan2001-12-041-1/+2
* * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingneil2001-12-021-1/+1
* cp:nathan2001-11-291-1/+2
* cp:nathan2001-11-251-28/+18
* * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h.bryce2001-11-221-1/+1
* cp:nathan2001-11-151-114/+67
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-1/+1
* .:nathan2001-08-021-6/+0
* gcc:nathan2001-07-211-8/+0
* Remove old-abi remnants. Remove comments about old abinathan2001-07-211-30/+11
* 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-07-101-1/+1
* * call.c (build_op_delete_call): Ignore exception-specificationsmmitchel2001-05-221-3/+24
* cp:nathan2001-05-161-5/+5
* cp:ghazi2001-05-021-11/+11
* * init.c (build_delete): Create a SAVE_EXPR for the address ifmmitchel2001-04-161-6/+8
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-191-1/+2
* * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not themmitchel2001-03-151-1/+1
* Do put the VTT parameter in DECL_ARGUMENTS.jason2001-02-181-1/+1
* * init.c (build_new): Allow enumeration types for the array-boundsmmitchel2001-02-181-2/+2
* * decl2.c (build_artificial_parm): Set TREE_READONLY.jason2001-02-181-1/+1
* * cp-tree.h (DECL_USE_VTT_PARM): Remove.jason2001-02-171-1/+2
* cp:nathan2001-02-141-4/+1
* * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.mmitchel2001-02-141-0/+18
* Remove old ABI support.mmitchel2001-02-121-77/+33
* gcc:nathan2001-02-051-3/+14
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-5/+8
* * stmt.c (estimate_case_costs): Use integer_minus_one_node.ghazi2001-01-291-4/+2
* * decl2.c (arg_assoc_class): Fix double iteration logic.jason2001-01-191-5/+2
* cp:nathan2001-01-181-1/+7
* * output.h (make_function_rtl): Remove prototype.mmitchel2001-01-101-1/+1
* 2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-101-1/+17
* * init.c (build_default_init): New fn.jason2001-01-031-155/+164
* * init.c (build_new_1): Reorganize. Now with 100% fewer SAVE_EXPRs!jason2000-12-151-144/+119
* * init.c (build_new_1): Don't strip quals from type.jason2000-12-151-3/+0
* * c-common.h (flag_no_builtin): Declare.mmitchel2000-10-181-2/+2
* * init.c (build_java_class_ref): Use `build_static_name' with atromey2000-10-061-5/+5
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-1/+1
* * init.c (begin_init_stmts): Don't use // comments.law2000-09-141-2/+4
* Move statement-tree facilities from C++ to C front-end.mmitchel2000-09-071-6/+6
* * init.c (build_offset_ref): Deal with namespace scopednathan2000-09-061-15/+24
* * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.jason2000-09-051-2/+2