https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114360
Jeffrey A. Law <law at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13/14/15 regression] |[12/13/14 regression] Bogus |Bogus -Wmaybe-uninitialized |-Wmaybe-uninitialized |inside std::map internals |inside std::map internals |with -O3 |with -O3 Last reconfirmed| |2025-02-20 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Jeffrey A. Law <law at gcc dot gnu.org> --- Fixed on the trunk. Fails with g++14. As with other similar bugs I've verified that it's not just something Jon worked around by generating .ii files with older failing vesions and testing the .ii files against the trunk. Adjusting regression marker.