https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74765
--- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> --- (In reply to Richard Biener from comment #1) > I wonder if we can somehow "annotate" locations with NO_WARNING > (warning-option) Wouldn't that be equivalent to internally generating a #pragma GCC diagnostic ignored? If so, then we can do that already.
