From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9116 invoked by alias); 23 May 2007 23:47:21 -0000 Received: (qmail 9089 invoked by uid 48); 23 May 2007 23:47:06 -0000 Date: Wed, 23 May 2007 23:47:00 -0000 Message-ID: <20070523234706.9088.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/32061] wrong warning wording In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg02086.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-24 00:47 ------- I don't see the problem because "xx.c:7: warning: logical '&&' with non-zero constant will always evaluate as true" means the non-zero constant will evaluate as true and not the logical will evaluate as true. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32061