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 middle-end/82004] [8 Regression] SPEC CPU2017 628.pop2_s miscompare


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

--- Comment #5 from Andrey Guskov <andrey.y.guskov at intel dot com> ---
This is the actual guilty line:

sw_absorption.F90:    chlamnt = 10**(logchl)

It computes 'chlamnt' and then compares it to the list of acceptable values.
When -Ofast is enabled, CPU2017::628 considers 'chlamnt' unacceptable.

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