From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8678 invoked by alias); 3 Sep 2003 14:12:03 -0000 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 Received: (qmail 8664 invoked by uid 48); 3 Sep 2003 14:12:02 -0000 Date: Wed, 03 Sep 2003 14:12:00 -0000 Message-ID: <20030903141202.8661.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030903135041.12153.simon.marshall@misys.com> References: <20030903135041.12153.simon.marshall@misys.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/12153] uninitialized use not spotted in "T x = x;" X-Bugzilla-Reason: CC X-SW-Source: 2003-09/txt/msg00217.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12153 bangerth at dealii dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED Target Milestone|--- |3.4 ------- Additional Comments From bangerth at dealii dot org 2003-09-03 14:12 ------- This is already fixed in mainline, which gives tmp/g> ../build-gcc/gcc-install/bin/gcc -Winit-self -c x.c -O -W -Wall x.c: In function `main': x.c:4: warning: 'x' might be used uninitialized in this function W.