summaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
Commit message (Expand)AuthorAgeFilesLines
...
* * init.c (build_new_1): Preevaluate placement args.jason2003-11-171-19/+37
* * call.c: Fix comment formatting.kazu2003-10-221-1/+1
* * ChangeLog: Fix typos.kazu2003-10-211-1/+1
* PR c++/10147mmitchel2003-10-071-1/+7
* * c-decl.c (finish_function): Convert definition to ISO C90.aj2003-09-281-1/+1
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-1/+1
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-1/+1
* * init.c (decl_constant_value): Deal with COND_EXPR specially.mmitchel2003-08-291-0/+18
* PR c++/11174lerdsuwa2003-08-191-2/+19
* cp:nathan2003-08-181-11/+14
* PR c++/11512nathan2003-08-161-1/+1
* PR c++/11789mmitchel2003-08-111-7/+42
* * cp-tree.h (begin_compound_stmt): No scope arg is a bool.nathan2003-07-281-8/+8
* * cp-tree.h (begin_init_stmts, finish_init_stmts): Remove.nathan2003-07-261-65/+29
* * cp-tree.h (build_compound_expr): Take LHS & RHS args.nathan2003-07-251-63/+38
* * cp-tree.h (convert_to_base_statically): Declare.mmitchel2003-07-241-12/+4
* * fold-const.c (force_fit_type): Handle OFFSET_TYPE.mmitchel2003-07-221-89/+74
* * cp-tree.def (LOOKUP_EXPR): Remove.mmitchel2003-07-161-10/+4
* * fold-const.c (make_range): Do not access operand 1 for ammitchel2003-07-091-151/+0
* * cp-tree.h (build_scoped_method_call): Remove.mmitchel2003-07-081-3/+8
* PR c++/11431mmitchel2003-07-061-2/+2
* * call.c: Fix comment typos.kazu2003-07-051-1/+1
* * call.c (build_addr_func): Handle bound pointers-to-members.mmitchel2003-07-041-105/+26
* * call.c (build_scoped_method_call): Use convert_to_void.mmitchel2003-07-031-20/+19
* Fix for PR c++/11228, infinite loop for new int[n]().austern2003-06-201-1/+7
* 2003-05-19 Jens-Michael Hoffmann <jensmh@gmx.de>neroden2003-06-131-122/+55
* * init.c (build_vec_delete): Copy the address into a temporaryjason2003-05-211-5/+15
* PR c++/9252lerdsuwa2003-05-101-2/+1
* * init.c (build_new_1): Don't reuse a TARGET_EXPR in anjason2003-05-081-22/+32
* * class.c (finish_struct): Use location_t and input_locationnathan2003-05-031-2/+1
* * input.h (lineno): Rename to ...nathan2003-05-011-1/+1
* PR c++/10300mmitchel2003-04-131-60/+69
* * tree.c (build_constructor): New function.zack2003-04-131-2/+2
* cp:nathan2003-03-161-11/+11
* * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.mmitchel2003-03-111-55/+8
* Initialize argsmmitchel2003-03-081-1/+1
* PR c++/9809mmitchel2003-03-081-55/+88
* PR c++/9879mmitchel2003-02-281-15/+23
* Change base class access representation.nathan2003-02-201-18/+9
* * search.c: ANSIfy function declarations and definitions.nathan2003-02-151-2/+2
* * c-common.c (builtin_define_float_constants): Definemmitchel2003-01-301-2/+2
* PR c++/9354mmitchel2003-01-231-1/+2
* PR c++/8564jason2003-01-171-12/+22
* Merge from pch-branch.geoffk2003-01-101-1/+0
* * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.jason2003-01-031-10/+17
* * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,neil2003-01-011-4/+4
* Remove traditional C constructs 3/n.gdr2002-12-281-1/+1
* * Make-lang.in (po-generated): Remove parse.c.mmitchel2002-12-281-6/+19
* Merge basic-improvements-branch to trunkzack2002-12-161-21/+20
* PR c++/8727mmitchel2002-12-011-1/+1