aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-31call.c (reference_binding): Rename lvalue_p to is_lvalue.Jason Merrill1-0/+9
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-4/+5
2009-06-25cvt.c (convert_to_void): Only warn about COND_EXPR if neither the second nor ...Ian Lance Taylor1-2/+3
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-1/+3
2009-05-28Fix for PR c++/PR39754Dodji Seketeli1-1/+1
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-6/+10
2009-05-20tm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE...Sandra Loosemore1-0/+12
2009-05-18Implement explicit conversions ops as specified in N2437.Jason Merrill1-0/+3
2009-04-27re PR c++/39875 (Wrong "value computed is not used" warning)Jakub Jelinek1-1/+5
2009-04-23re PR c++/38228 (ICE with invalid use of bound member function)Dodji Seketeli1-2/+9
2009-04-15re PR c++/39551 (C++ frontend not warn about unused dereference operator with...Le-Chun Wu1-1/+14
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-3/+3
2008-08-09re PR c++/12242 (g++ should warn about out-of-range int->enum conversions)Manuel López-Ibáñez1-10/+26
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-5/+5
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-2/+4
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-0/+2
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-24/+40
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-17/+17
2008-03-07revert: re PR c++/35049 (g++.dg/conversion/simd3.C:12: error: invalid operand...Paolo Bonzini1-3/+3
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-7/+7
2008-02-06re PR c++/35049 (g++.dg/conversion/simd3.C:12: error: invalid operands to bin...Douglas Gregor1-3/+3
2008-02-03re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill1-10/+3
2007-08-31cvt.c (cp_convert_to_pointer): Remove force parameter.Ollie Wild1-56/+10
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+5
2007-05-19invoke.texi (Warning Options): Add -Wconversion-sign.Manuel López-Ibáñez1-1/+1
2007-03-16invoke.texi (-Wconversion): Document warnings specific to C++.Manuel López-Ibáñez1-0/+23
2007-02-19c.opt (Waddress): New.Manuel López-Ibáñez1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-3/+5
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2007-01-08tree.h (build_int_cst_wide_type): Export.Richard Guenther1-3/+1
2006-11-21re PR c++/29734 (ICE with vector in switch condition)Jakub Jelinek1-1/+34
2006-09-09re PR c++/28996 (ICE with statement forming unused static member function ref...Jason Merrill1-3/+7
2006-09-07re PR c++/27371 (Does not warn about unused function result (__attribute__((w...Jason Merrill1-1/+1
2006-09-06re PR c++/27371 (Does not warn about unused function result (__attribute__((w...Jason Merrill1-0/+19
2006-09-06re PR c++/26696 (ICE with statement forming unused static member function ref...Jason Merrill1-0/+2
2006-08-29re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)Jason Merrill1-2/+5
2006-04-19re PR c++/10385 (Internal compiler error in build_up_reference, at cp/cvt.c:3...Volker Reichelt1-0/+1