This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11370] [3.3/3.4 Regression] -Wunreachable-code gives false complaints
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jun 2003 13:39:29 -0000
- Subject: [Bug c/11370] [3.3/3.4 Regression] -Wunreachable-code gives false complaints
- References: <20030629105751.11370.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11370
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |diagnostic
Last reconfirmed|0000-00-00 00:00:00 |2003-06-29 13:39:29
date| |
Summary|-Wunreachable-code gives |[3.3/3.4 Regression] -
|false complaints |Wunreachable-code gives
| |false complaints
Target Milestone|3.4 |3.3.1
------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-29 13:39 -------
I can confirm this bug on the mainline (20030629) and in 3.3.1 (20030616). I also
happens in 3.2.2 and 3.2.3 but does not in 3.0.4 (2.95.3 does not have the option), so this
is a regression.
Note this only happens with -march=i386 (with -march=i686 the warning does not
happen).