This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ PATCH] C++ FE version of -Wunused-but-set-{parameter,variable} support (PR c/18624)


On 12/04/2009 02:09 PM, Jakub Jelinek wrote:
@@ -1417,6 +1417,8 @@ implicit_conversion (tree to, tree from,
+  mark_exp_read (expr);

implicit_conversion just tells the caller what a conversion from 'from' to 'to' would look like, it doesn't perform it. This call should be in convert_like_real instead, probably under 'case ck_identity:'.


Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]