[Bug middle-end/69225] gcc uses double precision instead of single float with -m32 -std=c99 -msoft-float
kyukhin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 11 13:32:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69225
Kirill Yukhin <kyukhin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kyukhin at gcc dot gnu.org
--- Comment #3 from Kirill Yukhin <kyukhin at gcc dot gnu.org> ---
BTW, for -std=gnu99 we have EXCESS_PRECISION_FAST engaged.
This differs from -std=c99
If this correct behavior? I see no mentions of this difference w/ c99 in
documentation. It only states that gnu99 is "C99 with GNU extensions"
Maybe fix docs? Or make -std=gnu99 use EXCESS_PRECISION_STANDARD?
More information about the Gcc-bugs
mailing list