From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Description of problem: When gcc 3.1-0.18 is invoked with an illegal command line parameter (e.g. - Wabcde) it shows now error message. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.g++ -W -Wall -Wabcde some_program.cpp 2. 3. Actual Results: Shows no error message Expected Results: Should display something like (taken from gcc 2.95.3) cc1plus.exe: Invalid option `-Wabcde' Additional info:
See http://gcc.gnu.org/ml/gcc-patches/2002-01/msg01970.html
Fixed in gcc-3.1-0.19.