From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13073 invoked by alias); 21 Aug 2006 01:38:20 -0000 Received: (qmail 13037 invoked by uid 48); 21 Aug 2006 01:38:12 -0000 Date: Mon, 21 Aug 2006 01:38:00 -0000 Message-ID: <20060821013812.13036.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/20441] -finit-local-zero is missing from gfortran 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-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-08/txt/msg01681.txt.bz2 List-Id: ------- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-21 01:38 ------- (In reply to comment #3) > Besides zero initialization (of Real, complex, integer, (what about logical?)), > a initialization to a (signaling) NaN (for complex, real) would be also nice to > find uninitialized variables. Why use -Wuninitialize will warn about those cases (though it can produce some false positives). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20441