re PR c++/23287 (Explicitly invoking destructor of template class in a template and...
[gcc.git] / gcc / cp / typeck.c
2009-01-19 Jason Merrillre PR c++/23287 (Explicitly invoking destructor of...
2009-01-15 Jason Merrillre PR c++/36334 (typedef to function type leads to...
2009-01-10 Andrew Pinskire PR c++/38648 (ICE with string literal)
2009-01-09 Steve Ellcey* typeck.c (cp_build_unary_op): Check for ERROR_MARK.
2009-01-05 Dodji Seketelire PR c++/38472 (Wrong result type of ternary operator)
2008-12-04 Richard Guentherre PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float...
2008-11-15 Jakub Jelinekre PR c++/37561 (Revision 140405 caused g++.old-deja...
2008-11-12 Jason Merrillre PR c++/38007 (g++ instantiate same operator twice...
2008-10-24 Manuel López-Ibáñezre PR c/7543 (no warning for always-false "if (!a ...
2008-10-19 Manuel López-Ibáñezre PR c++/37004 ([C++ only] Wconversion warns for short...
2008-10-06 Aldy Hernandezc-decl.c (finish_decl): Pass input_location to build_un...
2008-09-23 Aldy Hernandezc-tree.h: Add argument to c_objc_common_truthvalue_conv...
2008-09-17 Jakub Jelinekre PR c++/37552 (ICE with invalid array access)
2008-09-03 Aldy Hernandezdiagnostic.c (error_at): New.
2008-09-01 Aldy Hernandeztree.c (protected_set_expr_location): New.
2008-08-26 Douglas Gregorc-common.c (do_switch_warnings): Look through the CONST...
2008-08-26 Ben Ellistonrtlanal.c: Fix uses of "it's" with "its" where appropriate.
2008-08-21 Manuel López-Ibáñezdiagnostic.c (pedwarn_at): Rename as pedwarn.
2008-08-20 Manuel López-Ibáñezdiagnostic.c (inform): Add an explicit location_t param...
2008-08-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-08 Manuel López-Ibáñezre PR other/36901 (pedwarn() + -pedantic-errors + ...
2008-08-06 Manuel López-Ibáñezre PR c++/8715 ('~' operator for unsigned char and...
2008-08-06 Jason Merrillre PR c++/37016 (member function pointer failure with...
2008-07-31 Jason Merrillre PR c++/11309 (Testsuite failures in g++.dg/expr...
2008-07-30 Manuel López-Ibáñezre PR c/34389 (-Wconversion produces wrong warning)
2008-07-25 Jan Hubickatypeck.c (inline_conversion): Remove.
2008-07-23 Manuel López-Ibáñezre PR c/35058 (-Werror= works only with some warnings)
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-07-18 Kaveh R. Ghazicvt.c (convert_to_void): Avoid C++ keywords.
2008-07-03 Richard Guentherre PR c++/36128 (ICE with invalid argument for builtin)
2008-07-01 Daniel Jacobowitzc-typeck.c (convert_for_assignment): Use vector_targets...
2008-06-24 Jonathan Wakelyre PR c++/23194 (Unhelpful diagnostic for incorrect...
2008-06-21 Jonathan Wakelytypeck.c (composite_pointer_type_r, [...]): Change...
2008-06-02 Tomas Bilytree-ssa-ifcombine.c (get_name_for_bit_test): Use CONVE...
2008-05-02 Simon BaldwinRolled back the following changes made in revision...
2008-05-01 Simon Baldwinc-common.h (warn_array_subscript_range): New function.
2008-04-29 Jakub Jelinekre PR c++/35987 (ICE with invalid if-condition)
2008-04-25 Jan Hubickare PR testsuite/35843 (-fdump-rtl-expand does not exist...
2008-04-24 Richard Guentherc-common.h (check_builtin_function_arguments): Declare.
2008-04-23 Paolo Bonzinitree-cfg.c (verify_expr): Check with is_gimple_address.
2008-04-22 Jason Merrillre PR c++/35316 (ICE with typeof/decltype and bit-fields)
2008-04-18 Kris Van Heescpp-id-data.h (UC): Was U, conflicts with U...
2008-03-27 Douglas Gregorre PR bootstrap/35704 (Bootstrap failure on i686-apple...
2008-03-25 Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-03-12 Richard Guentherrevert: [multiple changes]
2008-03-07 Paolo Bonzinirevert: re PR c++/35049 (g++.dg/conversion/simd3.C...
2008-02-25 Manuel López-Ibáñezc-common.c (match_case_to_enum_1): Add appropriate...
2008-02-25 Manuel López-Ibáñeztypeck.c (check_for_casting_away_constness): Use 1...
2008-02-22 Ralf Wildenhuesre PR c/19999 (-Wfloat-equal does not warn for complex...
2008-02-06 Douglas Gregorre PR c++/35049 (g++.dg/conversion/simd3.C:12: error...
2008-01-31 Douglas Gregorre PR c++/34935 (ICE with attribute may_alias)
2008-01-29 Douglas Gregorre PR c++/34055 (ICE with invalid specialization of...
2008-01-26 Richard Guentherre PR c++/34235 (short variable cast to unsigned int...
2008-01-25 Richard Guentherre PR c++/33887 (Reference to bitfield gets wrong value...
2008-01-16 Richard Guentherre PR c++/33819 (Miscompiled shift of C++ bitfield)
2008-01-15 Douglas Gregorre PR c++/34051 (ICE in dependent_type_p with variadic...
2007-12-10 Simon Martinre PR c++/34059 (ICE with invalid base type for class...
2007-12-01 Ollie Wildre PR c++/8171 (Cannot compare pointer to member functi...
2007-11-29 Jakub Jelinekre PR c++/34270 (ICE applying __decltype to ternary...
2007-11-24 Ollie Wildtypeck.c (delta_from_ptrmemfunc): New function.
2007-11-06 Douglas Gregorre PR c++/31439 (ICE with variadic template and broken...
2007-11-05 Douglas GregorIndex...
2007-11-05 Manuel López-Ibáñeztypeck.c (build_binary_op): Use pedwarn instead of...
2007-10-31 Christian Bruelfix PR c++/19531: NRV is performed on volatile temporary
2007-10-17 Manuel López-Ibáñezbuiltins.c (gimplify_va_arg_expr): Use inform for help...
2007-10-16 Mark Mitchelltypeck.c (cp_apply_type_quals_to_decl): Expand document...
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
2007-09-02 Paolo Carlinire PR c++/33208 (Broken diagnostic: 'component_ref...
2007-09-01 Kaveh R. Ghazic-common.c (const_strip_array_types): Delete.
2007-08-31 Ollie Wildcvt.c (cp_convert_to_pointer): Remove force parameter.
2007-08-25 Kaveh R. Ghazic-common.c (vector_types_convertible_p, [...]): Constify.
2007-08-24 Jakub Jelinekre PR c++/32567 (ICE on invalid use of parameter pack)
2007-08-20 Richard Guentherre PR c++/22369 (C++ produces mis-matched types with...
2007-08-16 Kaveh R. Ghazic-common.c (const_strip_array_types): New.
2007-08-15 Jakub Jelinekre PR c++/32992 (Incorrect code generated for anonymous...
2007-08-14 Andrew Pinskire PR c/30428 (vector float | vector float is accepted)
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-07-27 Douglas Gregortypeck.c (structural_comptypes): Compare DECLTYPE_TYPE...
2007-07-24 Paolo Carlinire PR c++/29001 (ICE on invalid return from operator...
2007-07-22 Nathan Sidwellre PR c++/32839 (internal compiler error: Segmentation...
2007-07-22 Nathan Sidwellre PR c++/30818 (templates and typedefs cause function...
2007-07-11 Douglas Gregorparams.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.
2007-07-10 Geoffrey Keatingre PR bootstrap/32617 (explow.c references DECL_ALIGN...
2007-06-16 Andrew Pinski[multiple changes]
2007-06-07 Simon Martinre PR c++/30759 (initializer-list accepted for object...
2007-05-31 Daniel Berlinin gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>
2007-05-31 Russell Yanofskyre PR c++/7412 ([DR 106] References to references)
2007-05-29 Andrew Pinski[multiple changes]
2007-05-11 Silvius RusMakefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.
2007-05-09 Andrew Pinskitypeck.c (build_unary_op): Remove code that used to...
2007-04-27 Andrew Pinskire PR c++/30016 (internal compiler error: in convert_mo...
2007-04-26 Mark Mitchellre PR target/31388 (ICE building libiberty multilib...
2007-04-03 Jakub Jelinekre PR c++/30847 (ICE with invalid statement expression)
2007-04-02 Jason Merrillre PR c++/31187 (extern declaration of variable in...
2007-03-16 Manuel López-Ibáñezinvoke.texi (-Wconversion): Document warnings specific...
2007-03-14 Manuel López-Ibáñezre PR c/21438 (Warning about division by zero depends...
2007-03-11 Mark Mitchellre PR c++/30274 (bool bit-field: wrong increment and...
2007-03-10 Douglas Gregorre PR c++/20599 (variadic template support)
2007-03-05 Volker Reichelttypeck2.c (readonly_error): Always emit a hard error.
next