https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99612
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2021-03-16 Target Milestone|--- |12.0 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=98871 CC| |msebor at gcc dot gnu.org Status|UNCONFIRMED |NEW Component|libstdc++ |middle-end Ever confirmed|0 |1 --- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> --- The root cause is the same as the limitation discussed in pr98871. Warnings issued from the middle end cannot be controlled with sufficient flexibility. The patch attached to the bug should in principle resolve this as well. Let me assign this to myself and handle it for GCC 12. That said, when reporting bugs, please include all the information in the bug we request in https://gcc.gnu.org/bugs/#need, in particular the full test case, the command line options used to compile it, and the compiler output. Links to third party sites are not sufficient (as GCC on Godbolt changes, so might the symptoms).