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 tree-optimization/77859] Ofast needed to vectorize loop in presence of conditional code


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

--- Comment #2 from vincenzo Innocente <vincenzo.innocente at cern dot ch> ---
Thanks for the fast response
I think I can "survive" with  -O3 -fno-trapping-math
in principle it should not change the binary compatibility of the output w/r/t
-O2
and at best of my understanding it does not inhibit raising FP exceptions
(we already force -fno-math-errno to avoid errno generation in sqrt...)

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