[Bug target/112986] s390x gcc O2, O3: Incorrect logic operation in < comparison with the same values
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Dec 12 19:03:24 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112986
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
How was gcc configured (gcc -v should print that)? Mainly, what -march= and
-mtune= does it default to and is it PIE by default or not?
I certainly don't see anything in the -O1 vs. -O2 assembly difference that
would result in a different result.
More information about the Gcc-bugs
mailing list