This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/70255] change of the order of summation of floating point numbers despite no-associative-math


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

--- Comment #16 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #1)
> which is probably an artifact of fully delayed folding.

Do you mean "early folding"? Because "delayed" folding should not apply any
optimizations and not change the source code while parsing.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]