re PR c++/27019 (ICE with designated initializers)
[gcc.git] / gcc / cp / typeck2.c
2006-06-23 Steve Ellceyre PR c++/27019 (ICE with designated initializers)
2006-06-22 Lee Millwardre PR c++/27805 (ICE with ptr-to-member of incomplete...
2006-06-12 Roger Saylere PR c++/21210 (Trouble with __complex__ types default...
2006-06-06 Mike StumpFix up whitespacing
2006-05-19 Mark Mitchellre PR c++/27471 (ICE within build_c_cast cp/typeck...
2006-04-27 Mark Mitchellre PR c++/27102 (ICE with invalid class name in functio...
2006-04-11 Mark Mitchellre PR c++/26122 (Pure specifiers for templates causing...
2006-02-09 Jason Merrillre PR c++/25979 (incorrect codegen for conditional...
2006-01-29 Gabriel Dos Reiscall.c (alloc_conversion): Use cast when converting...
2006-01-04 Chris Lattnertypeck2.c: update copyright to 2006
2005-12-27 Mark MitchellPR c++/23171, c++/23172, c++/25417.
2005-11-25 Volker Reichelttypeck2.c (process_init_constructor_union): Remove...
2005-10-14 Mark Mitchellre PR c++/19565 (g++ does not warn about overflow in...
2005-08-01 Kazu Hirataclass.c, [...]: Fix comment typos.
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-18 Kaveh R. Ghazic-decl.c (locate_old_decl): Add format attribute.
2005-06-15 Mike StumpCanonicalize whitespace.
2005-06-14 Mike StumpRemove extra white spacing at end of lines.
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-03-30 Richard Hendersonre PR c/20519 (completed type not selected properly...
2005-01-18 Kazu HirataMake-lang.in, [...]: Update copyright.
2005-01-14 Jakub Jelinekre PR c++/19263 (wrong-code: explicit initialization...
2004-12-08 Nathan Sidwellre PR c++/18803 (rejects access to operator() in template)
2004-11-08 Kazu Hirataclass.c, [...]: Fix comment formatting.
2004-11-01 Mark Mitchellre PR c++/15172 (Copy constructor optimization in aggre...
2004-10-18 Nathan Sidwellcp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base...
2004-10-10 Gabriel Dos ReisConvert diagnostics to use quoting flag q 7/n
2004-09-21 Nathan Sidwellcp-tree.h (struct lang_type_header): Remove uses_multip...
2004-09-16 Nathan Sidwellcp-tree.h (struct lang_type_class): Make pure_virtuals...
2004-09-10 Kazu Hirataclass.c, [...]: Fix comment typos.
2004-08-30 Richard Hendersonclass.c (build_base_path): Use build_address directly.
2004-08-30 Nathan Sidwellname-lookup.c (pop_binding, [...]): Replace abort with...
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-06 Richard Sandifordre PR c/13282 (A "-Wno..." switch to turn off "missing...
2004-07-25 Gabriel Dos Reiscp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-12 Nathan Sidwellcall.c (build_user_type_conversion_1, [...]): Pass...
2004-07-12 Giovanni Bajore PR c++/2204 (G++ doesn't check (member) function...
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-21 Richard Hendersonc-common.def (RETURN_STMT): Remove.
2004-06-16 Richard Hendersonc-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-11 Giovanni Bajotypeck2.c (abstract_virtual_errors): Reword diagnostics...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-22 Mark Mitchellclass.c (initialize_array): Don't set TREE_HAS_CONSTRUC...
2004-04-01 Richard Hendersonre PR c++/14804 ([unit-at-a-time] initializing const...
2004-03-16 Mark Mitchellre PR c++/14586 (Bogus warning in templates about takin...
2004-01-22 Kazu Hirata* optimize.c, typeck2.c: Update copyright.
2004-01-12 Richard Hendersonre PR rtl-optimization/10776 (Large aggregate initializ...
2003-12-21 Kazu Hiratacall.c: Fix comment formatting.
2003-12-19 Kazu Hiratacvt.c: Remove uses of "register" specifier in declarati...
2003-10-22 Kazu Hiratacall.c: Fix comment formatting.
2003-09-05 Nathan Sidwellre PR c++/12037 (Spurious "statement has no effect...
2003-08-20 Mark Mitchellre PR c++/11946 (fun and merriment with enums as functi...
2003-08-02 Nathanael Nerodetypeck2.c (add_exception_specifier): Use 'bool' where...
2003-07-25 Nathan Sidwellcp-tree.h (build_compound_expr): Take LHS & RHS args.
2003-07-22 Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-09 Mark Mitchellfold-const.c (make_range): Do not access operand 1...
2003-07-06 Mark Mitchellre PR c++/11431 (static_cast behavior with subclasses...
2003-07-04 Mark Mitchellcall.c (build_addr_func): Handle bound pointers-to...
2003-06-13 Nathanael Nerode* typeck2.c: Convert to ISO C.
2003-04-13 Zack Weinbergtree.c (build_constructor): New function.
2003-03-03 Mark Mitchellre PR c++/9878 (error: non-lvalue in unary `&' wrongly...
2003-02-28 Mark Mitchellre PR c++/9879 (ICE / endless compile with "new int...
2003-02-24 Kriang Lerdsuwanakijre PR c++/9602 (Total confusion about template/friend...
2003-01-30 Mark Mitchellc-common.c (builtin_define_float_constants): Define...
2003-01-25 Kriang Lerdsuwanakijcp-tree.h (flagged_type_tree_s): Remove.
2003-01-01 Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-10-31 Mark Mitchellre PR c++/8160 (ICE in build_modify_expr, at cp/typeck...
2002-10-25 David Edelsohnre PR c++/7228 (ICE when using member template and...
2002-10-11 Mark MitchellNEWS: Document removal of "new X = ..." extension.
2002-09-30 Mark Mitchellstore-layout.c (finish_record_layout): Add free_p param...
2002-09-14 Kazu Hirataerror.c: Fix comment formatting.
2002-09-04 Jason Merrilltypeck2.c (add_exception_specifier): Only pedwarn for...
2002-08-08 Mark MitchellRework build_component_ref.
2002-08-01 Mark Mitchellcall.c (build_field_call): Do not look up the field...
2002-07-02 Kriang Lerdsuwanakijtypeck2.c (incomplete_type_error): Fix typo caused...
2002-07-02 Kriang Lerdsuwanakijre PR c++/6716 (loop and fill ram during compiling)
2002-06-23 Mark Mitchellparse.y (parse_scoped_id): New function.
2002-05-19 Alexandre Olivacp-tree.h (complete_type_or_diagnostic): Changed protot...
2002-05-14 Alexandre Olivacp-tree.h (struct lang_type): Added non_zero_init.
2002-04-18 Neil Boothc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
2002-04-06 Jason Merrillre PR c++/525 (Problem with Multiple Inheritance and...
2002-02-13 Jason Merrill* typeck2.c (digest_init): Do handle values of vector...
2002-02-13 Jason Merrilltypeck2.c (digest_init, [...]): Treat vectors like...
2002-01-29 Nathan Sidwellre PR c++/5132 (NaN = 0.0 * HUGE_VAL fails to compile...
2002-01-23 Zack Weinbergtypeck2.c (friendly_abort): Delete definition.
2002-01-23 Craig Rodriguescall.c, [...]: Change my_fancy_abort() to abort().
2001-12-18 Nathan Sidwellpt.c (instantiate_clone): Remove, fold into ...
2001-12-18 Zack Weinbergcp-tree.h: Delete #defines for cp_error, cp_warning...
2001-12-03 Neil Boothc-decl.c (grokdeclarator): Use ISO word.
2001-12-01 Neil Boothc-decl.c (duplicate_decls, [...]): Remove trailing...
2001-11-29 Nathan Sidwellcp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
2001-11-25 Nathan Sidwellre PR c++/3145 (virtual inheritance still creates wrong...
2001-11-22 Bryce McKinlaytree-dump.c: Rename from c-dump.c.
next