http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56399
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manu at gcc dot gnu.org
--- Comment #7 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2013-02-19
19:30:12 UTC ---
BTW, Wconversion tells you this:
manu@localhost:~$ gcc -Wconversion test.c -c
test.c: In function ‘main’:
test.c:6:9: warning: conversion to ‘float’ from ‘int’ may alter its value
[-Wconversion]
f += x;
^