aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-12/+8
2004-08-30tree.h (BINFO_PRIMARY_BASE_OF): Remove.Nathan Sidwell1-4/+3
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-13/+12
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-86/+87
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-1/+1
2004-07-20cp-tree.h (struct lang_type_class): Remove vfields field.Nathan Sidwell1-1/+1
2004-07-20tree.h: Include vec.hNathan Sidwell1-22/+14
2004-07-19vec.h: Propagate location information properly.Nathan Sidwell1-10/+12
2004-07-18re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij1-1/+10
2004-07-12cp-tree.h (get_aggr_typedef): Remove.Mark Mitchell1-30/+0
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-2/+2
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-10/+12
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-6/+6
2004-06-30init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and TYPE_SIZE_UNIT of fu...Richard Henderson1-2/+25
2004-06-29target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.Paul Brook1-29/+19
2004-06-28Use vector API for vbase list.Nathan Sidwell1-23/+18
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-1/+1
2004-06-24reformat, remove '^M'sNathan Sidwell1-2/+2
2004-06-22cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell1-134/+11
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-2/+3
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-14/+3
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