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 middle-end/16502] inappropriate -Wunreachable-code warning from generic code


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-12 22:36 -------
Why do you think it is turned off by default and not even incuded in -Wextra or -Wall.  The point is 
-Wunreachable-code is doing its job and warning at the places where the code is really unreachable.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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