aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-5/+8
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-2/+2
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-90/+107
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-6/+5
2012-05-10re PR c++/53158 ([C++11] Bogus error in loop condition)Paolo Carlini1-127/+141
2012-04-30Make conversion warnings work on NULL with -ftrack-macro-expansionDodji Seketeli1-2/+7
2012-04-24re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...Paolo Carlini1-8/+12
2012-04-18re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini1-5/+7
2012-04-10c-common.c (warn_if_unused_value): Move definition to here.Manuel López-Ibáñez1-1/+1
2012-02-06re PR c++/52088 (ICE in "delete" with template convertion operator)Jason Merrill1-0/+11
2011-11-01re PR c++/44277 ([C++0x] Add warning to facilitate nullptr conversion.)Paolo Carlini1-0/+5
2011-09-24re PR c++/44267 (SFINAE does not handle down static_cast over virtual inherit...Paolo Carlini1-5/+8
2011-06-07re PR c++/48780 ([C++0x] scoped enumerations and va_arg (default argument pro...Jason Merrill1-1/+2
2011-05-21re PR c++/48780 ([C++0x] scoped enumerations and va_arg (default argument pro...Jason Merrill1-0/+7
2011-05-05cp-tree.h (REFERENCE_REF_P): Just check the type.Jason Merrill1-1/+0
2011-04-26re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Jason Merrill1-4/+10
2011-04-11re PR c++/48534 ([C++0x][SFINAE] Compiler break down on explicit scoped enum ...Jason Merrill1-1/+1
2011-04-07re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)Jason Merrill1-1/+1
2011-04-07re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)Jason Merrill1-1/+7
2011-02-17re PR c++/47783 (Warning 'set but not used' [-Wunused-but-set-parameter] inco...Jakub Jelinek1-0/+1
2011-02-10* cvt.c (convert_to_void): Handle null op1.Jason Merrill1-4/+8
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-29re PR c++/45383 (Implicit conversion to pointer does no longer automatically ...Dodji Seketeli1-3/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-08Correct conversion/overflow behavior.Jason Merrill1-3/+30
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-1/+4
2010-10-27* cvt.c (build_up_reference): Use target_type for the temporary var.Jason Merrill1-1/+1
2010-09-27Require lvalues as specified by the standard.Jason Merrill1-2/+2
2010-08-06typeck.c (complete_type_or_maybe_complain): Split out from...Jason Merrill1-1/+1
2010-07-13re PR c++/44908 (SFINAE vs pointer to member via virtual base)Paolo Carlini1-3/+3
2010-07-06cp-tree.h (impl_conv_void): New type.Shujing Zhao1-32/+281
2010-06-11cp-tree.h (expr_list_kind): New type.Shujing Zhao1-1/+1
2010-06-07re PR c++/44444 (-Wunused-but-set-variable problem with field references)Jakub Jelinek1-1/+3
2010-06-05cvt.c (cp_convert_to_pointer): Use null_ptr_cst_p.Magnus Fromreide1-1/+1
2010-06-02re PR debug/44367 (-O0 -g wrong DW_AT_location on c++ class retval)Jakub Jelinek1-12/+16
2010-06-01Undo inadvertent commit in rev 160105.Diego Novillo1-16/+12
2010-06-01richi's fixes for c++ bootstrapDiego Novillo1-12/+16
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-1/+1
2010-05-11re PR c++/44062 ((void)var; doesn't prevent 'set but not used' warning)Jakub Jelinek1-1/+15
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+2
2010-05-03re PR c++/43680 ([DR 1022] G++ is too aggressive in optimizing away bounds ch...Jason Merrill1-1/+4
2010-04-21re PR c++/9335 (repeated diagnostic when maximum template depth is exceeded)Jason Merrill1-0/+2
2010-02-20re PR c++/35669 (NULL (__null) not considered different from 0 with C++)Manuel López-Ibáñez1-1/+2
2010-02-18re PR c++/43108 (mixed complex<T> multiplication horribly inefficient)Jason Merrill1-2/+4
2010-02-10Make-lang.in (cp/cvt.o, [...]): Depend on intl.h.Shujing Zhao1-8/+9
2010-01-18re PR c++/42766 (tree check fail in build_expr_type_conversion)Dodji Seketeli1-0/+1
2009-12-23re PR c++/42260 (ICE looking up template conversion operator)Dodji Seketeli1-1/+3
2009-12-03re PR c++/42266 ([C++0x] ICE with decltype and variadic templates)Jason Merrill1-1/+2
2009-10-08re PR c++/37177 ([c++0x] ICE on decltype(rel_ops::operator><int>);)Jason Merrill1-0/+1
2009-09-17re PR c++/39365 (++ operator with volatile bool increments)Andrew Pinski1-1/+1