[Bug c++/52697] -Wsign-conversion warns for obviously correct code with implicit promotion to int
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Mar 24 09:55:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52697
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |manu at gcc dot gnu.org
Resolution| |DUPLICATE
--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2012-03-24 09:54:22 UTC ---
Despite the testcase is different and the warning/option are also different,
this is the same as 51294. unsafe_conversion_p should recurse for the ternary
operator.
*** This bug has been marked as a duplicate of bug 51294 ***
More information about the Gcc-bugs
mailing list