[Bug c++/81787] [5/6/7/8 Regression] `#pragma GCC diagnostic warning "-fpermissive"` no longer works since gcc 4.8

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Sep 5 09:58:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81787

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Well, -fpermissive isn't really a warning option, but an option changing the
language dialect and as such it doesn't make sense to allow it just for a
portion of the code.


More information about the Gcc-bugs mailing list