aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-21Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-19re PR c++/13592 (C++ parser regression)Mark Mitchell1-7/+15
2004-01-16re PR c++/13574 (array default initializer in class lets gcc consume all memo...Mark Mitchell1-8/+11
2004-01-12re PR rtl-optimization/10776 (Large aggregate initializers with a single relo...Richard Henderson1-2/+3
2003-12-22re PR c++/11554 (Warning about reordering of initializers doesn't mention loc...Mark Mitchell1-0/+1
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-6/+7
2003-12-18re PR c++/12253 ([tree-ssa] ICE on conversion to std::string inside array ini...Jason Merrill1-0/+2
2003-12-09init.c (build_new_1): Deal with an OVERLOAD set when looking up for _Jv_Alloc...Giovanni Bajo1-5/+12
2003-12-08name-lookup.c, [...]: Revert Giovanni's patch from yesterday.Jason Merrill1-12/+5
2003-12-07re PR c++/2294 (using declaration confusion)Giovanni Bajo1-5/+12
2003-11-17init.c (build_new_1): Preevaluate placement args.Jason Merrill1-19/+37
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-10-07re PR c++/10147 (Confusing error message for invalid template function argument)Mark Mitchell1-1/+7
2003-09-28c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger1-1/+1
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-08-29init.c (decl_constant_value): Deal with COND_EXPR specially.Mark Mitchell1-0/+18
2003-08-19re PR c++/11174 (derived class can access protected base class member functio...Kriang Lerdsuwanakij1-2/+19
2003-08-18re PR c++/11957 (wrong "warning: statement has no effect")Nathan Sidwell1-11/+14
2003-08-16re PR c++/11512 (Spurious warning for comma-operator in templates)Nathan Sidwell1-1/+1
2003-08-11re PR c++/11789 (rejects legal, multiple inheritance (inheriting from same cl...Mark Mitchell1-7/+42
2003-07-28cp-tree.h (begin_compound_stmt): No scope arg is a bool.Nathan Sidwell1-8/+8
2003-07-26cp-tree.h (begin_init_stmts, [...]): Remove.Nathan Sidwell1-65/+29
2003-07-25cp-tree.h (build_compound_expr): Take LHS & RHS args.Nathan Sidwell1-63/+38
2003-07-24cp-tree.h (convert_to_base_statically): Declare.Mark Mitchell1-12/+4
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-89/+74
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-10/+4
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-151/+0
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-3/+8
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell1-2/+2
2003-07-05call.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-105/+26
2003-07-03call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell1-20/+19
2003-06-20Fix for PR c++/11228, infinite loop for new int[n]().Matt Austern1-1/+7
2003-06-13init.c: removes use of PARAMS macro.Nathanael Nerode1-122/+55
2003-05-21init.c (build_vec_delete): Copy the address into a temporary variable before ...Jason Merrill1-5/+15
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-2/+1
2003-05-08init.c (build_new_1): Don't reuse a TARGET_EXPR in an expression.Jason Merrill1-22/+32
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell1-2/+1
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-1/+1
2003-04-13re PR c++/10300 (use of array-new (nothrow) in segfaults on NULL return)Mark Mitchell1-60/+69
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-2/+2
2003-03-16re PR c++/9629 (virtual inheritance segfault)Nathan Sidwell1-11/+11
2003-03-1116077.C: Adjust warnings.Mark Mitchell1-55/+8
2003-03-08Initialize argsMark Mitchell1-1/+1
2003-03-08re PR c++/9809 (when are builtins brought into view)Mark Mitchell1-55/+88
2003-02-28re PR c++/9879 (ICE / endless compile with "new int[2]()")Mark Mitchell1-15/+23
2003-02-20Change base class access representation.Nathan Sidwell1-18/+9
2003-02-15search.c: ANSIfy function declarations and definitions.Nathan Sidwell1-2/+2