https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Kewen Lin <linkw at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |linkw at gcc dot gnu.org
--- Comment #5 from Kewen Lin <linkw at gcc dot gnu.org> ---
I can't reproduce this either with trunk or latest gcc11 branch (with binutils
2.37), then I noticed that -O3 -mcpu=power10 isn't enough for the reproduction,
it needs extra -fstack-protector-all.
With -fstack-protector-all, I found both GCC11 and trunk will fail.