aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-14/+14
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-89/+89
2005-05-31re PR c++/21165 (bogus error on a user-defined conversion in a template)Nathan Sidwell1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-8/+8
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-2/+2
2005-04-06re PR c++/20734 (rejects valid pointer to member)Mark Mitchell1-3/+0
2005-03-24typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher1-13/+13
2005-03-21re PR c++/20461 (ICE at "class 'C' does not have any field named 'f'" error)Paolo Carlini1-0/+5
2005-03-09re PR c++/20142 (implicit assignment operator with multi-dimensional array is...Mark Mitchell1-8/+11
2005-03-05re PR c++/19311 (ICE in resolve_overloaded_unification)Kriang Lerdsuwanakij1-8/+0
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt1-1/+1
2005-02-23re PR c++/19991 (Enum not accepted in array-size)Mark Mitchell1-11/+11
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-29/+2
2005-01-18Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-1/+1
2004-12-17init.c (build_zero_init): max_index is the number of elements, minus 1.Steven Bosscher1-1/+5
2004-12-16re PR c++/18905 (Strange error: subscripted value is neither array nor pointer)Nathan Sidwell1-31/+33
2004-12-14re PR middle-end/18965 (ICE in gimplify_init_ctor_eval)Andrew Pinski1-2/+7
2004-12-09re PR c++/16681 (array initialization in struct construct is a memory hog)Nathan Sidwell1-9/+10
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-2/+0
2004-12-03re PR c++/18318 (ICE: error: Multiple inline callers)Nathan Sidwell1-0/+9
2004-11-10re PR c++/18369 (Segfault on braced new)Mark Mitchell1-59/+75
2004-10-11cp-tree.h (SAME_BINFO_TYPE_P): New.Nathan Sidwell1-1/+1
2004-10-10re PR c++/17867 ("void" instead of class name in error message)Mark Mitchell1-25/+8
2004-10-08cp-tree.h (dfs_walk, [...]): Remove.Nathan Sidwell1-7/+5
2004-10-04Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis1-28/+27
2004-09-23decl.c (grokfndecl): If ::main is found not to return int, correct it after i...Zack Weinberg1-18/+20
2004-09-21cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field.Nathan Sidwell1-2/+2
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