[Bug c++/91182] deprecated attribute string-literal
jsm28 at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Nov 14 23:51:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91182
Joseph S. Myers <jsm28 at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|UNCONFIRMED |NEW
Last reconfirmed| |2019-11-14
CC| |jsm28 at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Joseph S. Myers <jsm28 at gcc dot gnu.org> ---
I rediscovered this bug (and found bug 92521) while implementing support for
[[deprecated]] for C. While it's filed as a C++ bug, it's actually a bug in
language-independent code for this warning in tree.c, so applies to both C and
C++.
More information about the Gcc-bugs
mailing list