[Bug libstdc++/35173] trivial long -> int implicit conversions

2019-09-23 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35173 Eric Gallager changed: What|Removed |Added Keywords||diagnostic CC|

[Bug libstdc++/35173] trivial long - int implicit conversions

2008-02-12 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2008-02-12 22:38 --- Please, try with the new -Wconversion (http://gcc.gnu.org/wiki/NewWconversion), it shouldn't warn for values that fit (without changing sign) into the target type. Nevertheless, perhaps it may be interesting to make

[Bug libstdc++/35173] trivial long - int implicit conversions

2008-02-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-02-12 19:59 --- I think -Wshorten-64-to-32 is bogus here. The values don't lose any information, please fix your warning. Also you might want to try -Wconversion in 4.3.0 and try again. -- pinskia at gcc dot gnu dot org