summaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
Commit message (Expand)AuthorAgeFilesLines
* cvt.c (cp_convert_to_pointer): Remove force parameter.Ollie Wild2007-08-311-56/+10
* typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton2007-08-021-5/+5
* invoke.texi (Warning Options): Add -Wconversion-sign.Manuel López-Ibáñez2007-05-191-1/+1
* invoke.texi (-Wconversion): Document warnings specific to C++.Manuel López-Ibáñez2007-03-161-0/+23
* c.opt (Waddress): New.Manuel López-Ibáñez2007-02-191-1/+1
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-3/+5
* class.c, [...]: Follow spelling conventions.Kazu Hirata2007-02-041-1/+1
* tree.h (build_int_cst_wide_type): Export.Richard Guenther2007-01-081-3/+1
* re PR c++/29734 (ICE with vector in switch condition)Jakub Jelinek2006-11-211-1/+34
* re PR c++/28996 (ICE with statement forming unused static member function ref...Jason Merrill2006-09-091-3/+7
* re PR c++/27371 (Does not warn about unused function result (__attribute__((w...Jason Merrill2006-09-071-1/+1
* re PR c++/27371 (Does not warn about unused function result (__attribute__((w...Jason Merrill2006-09-061-0/+19
* re PR c++/26696 (ICE with statement forming unused static member function ref...Jason Merrill2006-09-061-0/+2
* re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)Jason Merrill2006-08-291-2/+5
* re PR c++/10385 (Internal compiler error in build_up_reference, at cp/cvt.c:3...Volker Reichelt2006-04-191-0/+1
* re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell2006-02-181-1/+1
* cp-tree.h (build_type_conversion): Remove prototype.Volker Reichelt2006-02-131-1/+2
* cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.Gabriel Dos Reis2006-02-071-2/+2
* cp-tree.h (tf_warn_or_error): New substituion flag.Gabriel Dos Reis2006-02-041-2/+2
* typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward2006-02-031-2/+2
* Update copyright from last checkin.Eric Christopher2006-01-181-1/+1
* call.c (convert_like_real): When issuing conversion warnings, depend on OPT_W...Eric Christopher2006-01-181-1/+1
* re PR c++/8057 (Templates/non-templates and warnings about statements without...Ian Lance Taylor2005-10-111-1/+4
* re PR c++/23789 (compilation error when template parameters have certain comp...Mark Mitchell2005-09-121-2/+4
* target.h (invalid_conversion, [...]): New hooks.Joseph Myers2005-06-281-0/+9
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Canonicalize whitespace.Mike Stump2005-06-151-66/+66
* Remove extra white spacing at end of lines.Mike Stump2005-06-141-41/+41
* re PR c++/10611 (operations on vector mode not recognized in C++)Aldy Hernandez2005-06-101-0/+1
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-9/+9
* re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell2005-02-091-0/+5
* Make-lang.in, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* cvt.c (convert_lvalue): Remove.Kazu Hirata2005-01-171-13/+0
* re PR c++/19190 (warning "value computed is not used" emitted too often)Mark Mitchell2004-12-301-2/+5
* * cvt.c (convert_to_void): Fix typo in comment.Mark Mitchell2004-12-231-1/+1
* re PR c++/18464 (error message about "non-lvalue in unary '&'" when using ?: ...Mark Mitchell2004-12-221-3/+37
* re PR c++/18905 (Strange error: subscripted value is neither array nor pointer)Nathan Sidwell2004-12-161-5/+2
* re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell2004-12-081-6/+15
* DR 49, 100Giovanni Bajo2004-11-041-3/+6
* Convert diagnostics to use quoting flag q 8/nGabriel Dos Reis2004-11-011-41/+45
* re PR c++/18073 (mmintrin.h rejected by C++ frontend)Mark Mitchell2004-10-211-6/+7
* call.c (struct conversion): Add base_p.Mark Mitchell2004-10-191-22/+3
* cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.Nathan Sidwell2004-10-181-2/+2
* re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell2004-09-281-11/+12
* 004-09-23 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski2004-09-231-0/+2
* PR c++/9844, PR c++/13989Fariborz Jahanian2004-09-231-1/+14
* call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell2004-08-301-13/+14
* call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell2004-08-271-2/+2
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-2/+2
* call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-08-161-4/+4