From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3757 invoked by alias); 29 Jun 2003 13:39:30 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 3750 invoked by uid 48); 29 Jun 2003 13:39:29 -0000 Date: Sun, 29 Jun 2003 13:39:00 -0000 Message-ID: <20030629133929.3747.qmail@sources.redhat.com> From: "pinskia at physics dot uc dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030629105751.11370.debian-gcc@lists.debian.org> References: <20030629105751.11370.debian-gcc@lists.debian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/11370] [3.3/3.4 Regression] -Wunreachable-code gives false complaints X-Bugzilla-Reason: CC X-SW-Source: 2003-06/txt/msg03091.txt.bz2 List-Id: 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).