aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-10re PR c++/15875 (rejects pointer to member in template)Jason Merrill1-9/+1
2004-06-01re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij1-1/+9
2004-05-28re PR c++/15083 (spurious "statement has no effect" warning)Mark Mitchell1-0/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-64/+73
2004-04-23init.c (build_aggr_init): Fix accidental use of C99 construct in previous cha...Mark Mitchell1-1/+3
2004-04-22class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali...Mark Mitchell1-24/+11
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay1-3/+1
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-0/+1
2004-03-09Fix typoMark Mitchell1-1/+1
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell1-0/+3
2004-03-01fold-const.c (fold): An equality comparison of a non-weak object against zero...Jeff Law1-1/+2
2004-02-13call.c (conversion_kind): New type.Mark Mitchell1-11/+7
2004-02-05re PR c++/13086 (the location of the warning message is wrong when calling de...Giovanni Bajo1-13/+25
2004-02-02re PR c++/13113 (Nice warning about &(X::m) lost)Mark Mitchell1-3/+7
2004-01-26class.c (add_method): Just check processing_template_decl to determine whethe...Mark Mitchell1-2/+6
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