[Bug c++/34039] -Werror does not trigger non zero exit code

2007-12-26 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2007-12-26 20:24 --- Works for me on i686-pc-linux-gnu. Maybe this is an issue of the mingw port. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/34039] -Werror does not trigger non zero exit code

2007-11-09 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2007-11-09 19:13 --- Moreover, those should be "error:" messages in GCC 4.3. I don't think such a change would be backported to GCC 4.1 -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34039] -Werror does not trigger non zero exit code

2007-11-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-11-09 18:48 --- This works for me: cc1plus: warnings being treated as errors t.c:3: warning: unused parameter 'a' t.c:3: warning: unused parameter 'b' t.c: In function 'float f(float, float)': t.c:6: warning: control reaches end of