https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94852

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Andreas Schwab from comment #2)
> For avoiding issues with excess precision there is
> -fexcess-precision=standard now.

Only for C, for C++ we don't have it.  And -fexcess-precision=standard actually
doesn't avoid the excess precision, but just enforces it consistently.

Reply via email to