https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106572
--- Comment #8 from Jayesh Badwaik <j.badw...@fz-juelich.de> --- > 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, so, now that we do have a use case for it,what criteria does this use case have to satisfy for it to be an actual option like "-WIreallywanteverything"?