[Bug middle-end/82004] [8 Regression] SPEC CPU2017 628.pop2_s miscompare

andrey.y.guskov at intel dot com gcc-bugzilla@gcc.gnu.org
Mon Sep 4 15:37:00 GMT 2017


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.


More information about the Gcc-bugs mailing list