This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/81345] -Wall resets default option arguments to 1
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 06 Jul 2017 20:10:27 +0000
- Subject: [Bug driver/81345] -Wall resets default option arguments to 1
- Auto-submitted: auto-generated
- References: <bug-81345-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81345
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>LangEnabledBy(C ObjC C++ ObjC++, Wall)
Just says -Wall sets that variable to 1. You might need to expand the awk
script to allow for an optional constant for the value you want.