From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13624 invoked by alias); 9 Apr 2009 13:25:48 -0000 Received: (qmail 13539 invoked by uid 48); 9 Apr 2009 13:25:34 -0000 Date: Thu, 09 Apr 2009 13:25:00 -0000 Message-ID: <20090409132534.13538.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/39693] Warning about uninitialized local variable use In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "manu 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: 2009-04/txt/msg00827.txt.bz2 ------- Comment #4 from manu at gcc dot gnu dot org 2009-04-09 13:25 ------- (In reply to comment #3) > BTW in developer docs, -Wextra still mentions -Wuninitialized; it seems to me > this is not intentional. > Both -Wall and -Wextra enable Wuninitialized. I guess this is historical. Please, in the future, when you make assertions like the above, be more specific: provide a link, or a file name and a section title. Otherwise it is not completely clear what "developer docs" actually means or where in the developer docs says what you say it says. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39693