This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12668] Strange warnings with -O1 -Wunreachable-code in 3.3.1,3.3.2,3.4
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2003 09:44:09 -0000
- Subject: [Bug optimization/12668] Strange warnings with -O1 -Wunreachable-code in 3.3.1,3.3.2,3.4
- References: <20031018040741.12668.rmerkert@alphatech.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-06 09:44 -------
Invalid as -Wunreachable-code is right no matter which way you look at it (do not use
-Wunreachable-code unless you want to know that placeswhere are unreachable in some cases).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|c++ |optimization
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12668