[Bug c++/106572] New: A programmatic list of all possible compiler warnings

2022-08-09 Thread j.badwaik--- via Gcc-bugs
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

[Bug c++/106572] A programmatic list of all possible compiler warnings

2022-08-09 Thread j.badwaik--- via Gcc-bugs
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

[Bug c++/106572] A programmatic list of all possible compiler warnings

2022-08-09 Thread j.badwaik--- via Gcc-bugs
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

[Bug c++/106572] A programmatic list of all possible compiler warnings

2022-08-22 Thread j.badwaik--- via Gcc-bugs
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,