re PR c++/29291 (ICE on invalid use of new)
[gcc.git] / gcc / cp / init.c
2006-10-03 Volker Reicheltre PR c++/29291 (ICE on invalid use of new)
2006-09-15 Andrew Pinskire PR c++/29002 (ICE on array of ptr-to-member or struc...
2006-09-08 Andrew Pinski006-09-07 Andrew Pinski <pinskia@physics.uc.edu>
2006-08-23 Andrew Pinskire PR c++/28450 (ICE with new and complex/vector types)
2006-08-16 Volker Reicheltre PR c++/28593 (ICE on invalid operator new)
2006-06-23 Volker Reicheltre PR c++/11468 (Deriving from CNI class java::lang...
2006-06-20 Volker Reicheltre PR c++/28052 (ICE on invalid bitfield)
2006-06-06 Mike StumpFix up whitespacing
2006-06-05 Volker Reicheltre PR c++/27804 (ICE with invalid const variable)
2006-05-31 Mark Mitchellre PR c++/27801 (ICE in invert_truthvalue with template)
2006-05-21 Mark Mitchellre PR c++/27210 (ICE on c++ template)
2006-05-19 Mark Mitchellre PR c++/27471 (ICE within build_c_cast cp/typeck...
2006-04-17 Volker Reichelt* init.c (build_offset_ref): Remove superfluous temporary.
2006-04-11 Mark Mitchellre PR c++/26122 (Pure specifiers for templates causing...
2006-03-30 Roger Saylere PR c++/22494 (C++ front-end produces mis-match types...
2006-02-18 Mark Mitchellre PR c++/26266 (Trouble with static const data members...
2006-02-03 Lee Millwardtypeck.c (string_conv_p): Pass appropiate OPT_Wxxxx...
2006-01-23 Volker Reicheltcp-tree.h (build_x_delete): Remove prototype.
2006-01-04 Zdenek Dvorakre PR c++/25632 (ICE with const int copied into two...
2005-12-27 Mark MitchellPR c++/23171, c++/23172, c++/25417.
2005-12-22 Mark Mitchellre PR c++/25364 (ICE with function pointer as template...
2005-12-20 Mark Mitchellre PR c++/24278 (ICE while trying to print out error)
2005-11-05 Kazu Hirata* decl2.c, init.c, typeck.c: Fix comment typos.
2005-11-04 Richard Guentherre PR c++/22487 (C++ front-end produces mis-match types...
2005-10-16 Mark Mitchellre PR c++/24389 (template variable not getting marked...
2005-10-16 Mark Mitchellre PR c++/22137 (Internal error: Segmentation fault...
2005-10-11 Mark Mitchellre PR c++/21089 (C++ front-end does not "inline" the...
2005-09-22 Mark Mitchellre PR c++/23993 (Mysterious compiler error when accessi...
2005-09-06 Mark Mitchellre PR c++/9782 (constructor not called on higher-dimens...
2005-08-29 Mark Mitchellre PR c++/23099 (ICE in build_simple_base_path, at...
2005-08-26 Mark Mitchellre PR c++/23491 (new declarator with constant expressio...
2005-08-08 Volker Reicheltre PR c++/22508 (ICE after invalid operator new)
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-07-02 Joseph Myerstoplev.c (default_tree_printer): Handle setting locatio...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-15 Mike StumpCanonicalize whitespace.
2005-06-14 Mike StumpRemove extra white spacing at end of lines.
2005-05-31 Nathan Sidwellre PR c++/21165 (bogus error on a user-defined conversi...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
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.
next