[Bug c++/90005] No error produced for the wrong type of string used in gcc >= 5.0
egallager at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 9 15:09:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90005
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
CC| |egallager at gcc dot gnu.org
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=64867
--- Comment #8 from Eric Gallager <egallager at gcc dot gnu.org> ---
There's also a warning about passing POD thru varargs under
-Wconditionally-supported, and bug 64867 would split it off into a separate
-Wnon-pod-varargs flag
More information about the Gcc-bugs
mailing list