From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3615 invoked by alias); 27 May 2007 03:45:14 -0000 Received: (qmail 3554 invoked by uid 48); 27 May 2007 03:45:06 -0000 Date: Sun, 27 May 2007 03:45:00 -0000 Message-ID: <20070527034506.3553.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/32102] -Wall stomps on -Wstrict-overflow 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/msg02382.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-27 03:45 ------- I don't think this is a bug, -Wall enable -Wstrict-overflow=1 so you have -Wstrict-overflow=2 -Wstrict-overflow=1 (-Wstrict-overflow is the same as -Wstrict-overflow=2). This is just like any other option like -fno-tree-vrp -O2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32102