[Bug tree-optimization/84407] incorrect constant propagation with -frounding-math

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Oct 27 13:09:44 GMT 2021


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2018-02-15 00:00:00         |2021-10-27

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
In this bug the issue is int-to-real conversion.  Note that apart from
fold_convert_const via build_real_from_int_cst also RTL forwprop
via simplify_const_unary_operation folds this in the wrong way.


More information about the Gcc-bugs mailing list