From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9166 invoked by alias); 9 Jan 2006 04:29:41 -0000 Received: (qmail 9148 invoked by uid 48); 9 Jan 2006 04:29:40 -0000 Date: Mon, 09 Jan 2006 04:29:00 -0000 Message-ID: <20060109042940.9147.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/13615] g77 -Wuninitialized doesn't produce warning on characters 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-01/txt/msg00778.txt.bz2 List-Id: ------- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-09 04:29 ------- This is basicially fixed now after PR 12456: t.f: In function 'warn_integer': t.f:19: warning: 'a' is used uninitialized in this function 'c[1]{lb: 1 sz: 1}t.f: In function 'warn_character': t.f:33: warning: ' is used uninitialized in this function But there is only a diagnostic issue now and not just a missed optimization. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13615