[Bug c/35058] -Werror= works only with some warnings

2008-07-23 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2008-07-23 16:00 --- This should be fixed in GCC 4.4. If you find any new cases please REOPEN this with a testcase. -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/35058] -Werror= works only with some warnings

2008-07-23 Thread manu at gcc dot gnu dot org
--- Comment #3 from manu at gcc dot gnu dot org 2008-07-23 15:58 --- Subject: Bug 35058 Author: manu Date: Wed Jul 23 15:57:49 2008 New Revision: 138089 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138089 Log: 2008-07-23 Manuel Lopez-Ibanez <[EMAIL PROTECTED]> PR 35

[Bug c/35058] -Werror= works only with some warnings

2008-02-03 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2008-02-03 13:36 --- Created an attachment (id=15084) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15084&action=view) patch This patch fixes the problem. Testcases for this would be cumbersome but could be created if required. Are w

[Bug c/35058] -Werror= works only with some warnings

2008-02-02 Thread manu at gcc dot gnu dot org
--- Comment #1 from manu at gcc dot gnu dot org 2008-02-02 21:15 --- Thanks for the report. Any warning that does not show with -fdiagnostics-show-option is very likely to not work with -Werror= and viceversa, so please report all of them that you find. -- manu at gcc dot gnu dot or