]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/init.c
vec.h: Update API to separate allocation mechanism from type.
[thirdparty/gcc.git] / gcc / cp / init.c
2005-04-21  Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-04-06  Mark Mitchellre PR c++/20734 (rejects valid pointer to member)
2005-03-24  Steven Bosschertypeck.c (comptypes): First determine if the types...
2005-03-21  Paolo Carlinire PR c++/20461 (ICE at "class 'C' does not have any...
2005-03-09  Mark Mitchellre PR c++/20142 (implicit assignment operator with...
2005-03-05  Kriang Lerdsuwanakijre PR c++/19311 (ICE in resolve_overloaded_unification)
2005-02-24  Volker Reicheltcall.c, [...]: Fix comment typo(s).
2005-02-23  Mark Mitchellre PR c++/19991 (Enum not accepted in array-size)
2005-02-09  Mark Mitchellre PR c++/19733 (ICE on invalid destructor call)
2005-01-18  Kazu HirataMake-lang.in, [...]: Update copyright.
2005-01-01  Richard Hendersonre PR middle-end/17799 (Non-optimizing compile loses...
2004-12-17  Steven Bosscherinit.c (build_zero_init): max_index is the number of...
2004-12-16  Nathan Sidwellre PR c++/18905 (Strange error: subscripted value is...
2004-12-14  Andrew Pinskire PR middle-end/18965 (ICE in gimplify_init_ctor_eval)
2004-12-09  Nathan Sidwellre PR c++/16681 (array initialization in struct constru...
2004-12-08  Nathan Sidwellre PR c++/18803 (rejects access to operator() in template)
2004-12-03  Nathan Sidwellre PR c++/18318 (ICE: error: Multiple inline callers)
2004-11-10  Mark Mitchellre PR c++/18369 (Segfault on braced new)
2004-10-11  Nathan Sidwellcp-tree.h (SAME_BINFO_TYPE_P): New.
2004-10-10  Mark Mitchellre PR c++/17867 ("void" instead of class name in error...
2004-10-08  Nathan Sidwellcp-tree.h (dfs_walk, [...]): Remove.
2004-10-04  Gabriel Dos ReisConvert diagnostics to use quoting flag q 4/n
2004-09-23  Zack Weinbergdecl.c (grokfndecl): If ::main is found not to return...
2004-09-21  Nathan Sidwellcp-tree.h (struct lang_type_header): Remove uses_multip...
2004-08-30  Nathan Sidwellcall.c (check_dtor_name): Replace abort with gcc_assert...
2004-08-30  Nathan Sidwelltree.h (BINFO_PRIMARY_BASE_OF): Remove.
2004-08-27  Nathan Sidwellcall.c (validate_conversion_obstack): Replace my_friend...
2004-08-16  Roger Saylecall.c (build_vfield_ref, [...]): Replace calls to...
2004-08-05  Geoffrey Keatingre PR c/14516 (-fleading-underscore does not work corre...
2004-07-20  Nathan Sidwellcp-tree.h (struct lang_type_class): Remove vfields...
2004-07-20  Nathan Sidwelltree.h: Include vec.h
2004-07-19  Nathan Sidwellvec.h: Propagate location information properly.
2004-07-18  Kriang Lerdsuwanakijre PR c++/13092 (Accepts invalid pointer-to-member...
2004-07-12  Mark Mitchellcp-tree.h (get_aggr_typedef): Remove.
2004-07-12  Nathan Sidwellcall.c (build_user_type_conversion_1, [...]): Pass...
2004-07-07  Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-07-06  Nathan Sidwelltree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-06-30  Richard Hendersoninit.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE...
2004-06-29  Paul Brooktarget-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.
2004-06-28  Nathan SidwellUse vector API for vbase list.
2004-06-26  Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-24  Nathan Sidwellreformat, remove '^M's
2004-06-22  Mark Mitchellcp-tree.def (NEW_EXPR): Add a fourth slot.
2004-06-22  Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-16  Richard Hendersonc-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-10  Jason Merrillre PR c++/15875 (rejects pointer to member in template)
2004-06-01  Kriang Lerdsuwanakijre PR c++/13092 (Accepts invalid pointer-to-member...
2004-05-28  Mark Mitchellre PR c++/15083 (spurious "statement has no effect...
2004-05-13  Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-23  Mark Mitchellinit.c (build_aggr_init): Fix accidental use of C99...
2004-04-22  Mark Mitchellclass.c (initialize_array): Don't set TREE_HAS_CONSTRUC...
2004-04-16  Bryce McKinlayprims.cc (_Jv_AllocObject): Remove `size' argument.
2004-04-05  Richard Kennerc-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-03-09  Mark MitchellFix typo
2004-03-09  Mark Mitchellre PR c++/14401 (Uninitialized reference error not...
2004-03-01  Jeff Lawfold-const.c (fold): An equality comparison of a non...
2004-02-13  Mark Mitchellcall.c (conversion_kind): New type.
2004-02-05  Giovanni Bajore PR c++/13086 (the location of the warning message...
2004-02-02  Mark Mitchellre PR c++/13113 (Nice warning about &(X::m) lost)
2004-01-26  Mark Mitchellclass.c (add_method): Just check processing_template_de...
2004-01-21  Kazu HirataMake-lang.in, [...]: Update copyright.
2004-01-19  Mark Mitchellre PR c++/13592 (C++ parser regression)
2004-01-16  Mark Mitchellre PR c++/13574 (array default initializer in class...
2004-01-12  Richard Hendersonre PR rtl-optimization/10776 (Large aggregate initializ...
2003-12-22  Mark Mitchellre PR c++/11554 (Warning about reordering of initialize...
2003-12-21  Kazu Hiratacall.c: Fix comment formatting.
2003-12-18  Jason Merrillre PR c++/12253 ([tree-ssa] ICE on conversion to std...
2003-12-09  Giovanni Bajoinit.c (build_new_1): Deal with an OVERLOAD set when...
2003-12-08  Jason Merrillname-lookup.c, [...]: Revert Giovanni's patch from...
2003-12-07  Giovanni Bajore PR c++/2294 (using declaration confusion)
2003-11-17  Jason Merrillinit.c (build_new_1): Preevaluate placement args.
2003-10-22  Kazu Hiratacall.c: Fix comment formatting.
2003-10-21  Kazu HirataChangeLog: Fix typos.
2003-10-07  Mark Mitchellre PR c++/10147 (Confusing error message for invalid...
2003-09-28  Andreas Jaegerc-decl.c (finish_function): Convert definition to ISO...
2003-09-22  Richard HendersonRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21  Richard Hendersontree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION...
2003-08-29  Mark Mitchellinit.c (decl_constant_value): Deal with COND_EXPR speci...
2003-08-19  Kriang Lerdsuwanakijre PR c++/11174 (derived class can access protected...
2003-08-18  Nathan Sidwellre PR c++/11957 (wrong "warning: statement has no effect")
2003-08-16  Nathan Sidwellre PR c++/11512 (Spurious warning for comma-operator...
2003-08-11  Mark Mitchellre PR c++/11789 (rejects legal, multiple inheritance...
2003-07-28  Nathan Sidwellcp-tree.h (begin_compound_stmt): No scope arg is a...
2003-07-26  Nathan Sidwellcp-tree.h (begin_init_stmts, [...]): Remove.
2003-07-25  Nathan Sidwellcp-tree.h (build_compound_expr): Take LHS & RHS args.
2003-07-24  Mark Mitchellcp-tree.h (convert_to_base_statically): Declare.
2003-07-22  Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-16  Mark Mitchellcp-tree.def (LOOKUP_EXPR): Remove.
2003-07-09  Mark Mitchellfold-const.c (make_range): Do not access operand 1...
2003-07-08  Mark Mitchellcp-tree.h (build_scoped_method_call): Remove.
2003-07-06  Mark Mitchellre PR c++/11431 (static_cast behavior with subclasses...
2003-07-05  Kazu Hiratacall.c: Fix comment typos.
2003-07-04  Mark Mitchellcall.c (build_addr_func): Handle bound pointers-to...
2003-07-03  Mark Mitchellcall.c (build_scoped_method_call): Use convert_to_void.
2003-06-20  Matt AusternFix for PR c++/11228, infinite loop for new int[n]().
2003-06-13  Nathanael Nerodeinit.c: removes use of PARAMS macro.
2003-05-21  Jason Merrillinit.c (build_vec_delete): Copy the address into a...
2003-05-10  Kriang Lerdsuwanakijre PR c++/9252 ([New parser] Errors due to legally...
2003-05-08  Jason Merrillinit.c (build_new_1): Don't reuse a TARGET_EXPR in...
2003-05-03  Nathan Sidwellclass.c (finish_struct): Use location_t and input_locat...
next