https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106572
Bug ID: 106572
Summary: A programmatic list of all possible compiler warnings
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106572
--- Comment #3 from Jayesh Badwaik ---
I don't think any of the previous bug reports address the requirements that
this bug report does. This is not about production runs, this is about
development workflow. Unless the position is that users sho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106572
--- Comment #4 from Jayesh Badwaik ---
I don't think any of the previous bug reports address the requirements that
this bug report does. This is not about production runs, this is about
development workflow. Unless the position is that users sho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106572
--- Comment #8 from Jayesh Badwaik ---
> Oh and you don't need the tr either that is any whitespace in a response
> file is will be treated as a seperator.
> So just:
> g++ -Q --help=warnings | tail -n +2 | awk '{print $1}' > cxxflags.opt
Okay,