https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98448
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98448
--- Comment #2 from ktkachov at gcc dot gnu.org ---
Indeed, I see it passing with today's trunk.
Nathan, if you can't reproduce it feel free to close this.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98448
Nathan Sidwell changed:
What|Removed |Added
Last reconfirmed||2021-01-04
Assignee|unassigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98448
--- Comment #1 from Martin Liška ---
Hm, I've just tried that on x86_64-linux with:
../configure --disable-multilib --with-build-config=bootstrap-O3
--enable-languages=c,c++
and it's fine.