This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/54724] libgfortran does not respect --disable-werror


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54724

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-09-28 10:12:00 UTC ---
Well, libgfortran only uses -Werror for the Fortran code. I think it is
extremely unlikely to trigger there. (That part uses no system-specific code.)

Using -Werror for libgfortran's C code would be nice, but it fails too often.
(I tried it once.) Thus, libgfortran's C code is compiled without -Werror by
default - even without an explicit --disable-werror.

Thus, I think your issue is rather hypothetical and I don't think it makes
sense to fix it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]