From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22301 invoked by alias); 3 Aug 2004 20:44:20 -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 22290 invoked by uid 48); 3 Aug 2004 20:44:19 -0000 Date: Tue, 03 Aug 2004 20:44:00 -0000 Message-ID: <20040803204419.22289.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040803203120.16865.v.haisman@sh.cvut.cz> References: <20040803203120.16865.v.haisman@sh.cvut.cz> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/16865] False alarm about use of uninitialized variable breaks bootstrap at -O3 X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg00261.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-03 20:44 ------- Confirmed and the reason why it does not trigger at -O2 is because altered_reg_used does not get inlined so the variable is consided to take the address of so we cannot warn about that. I will commit the obvious fix. -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot |dot org |org Status|UNCONFIRMED |ASSIGNED Ever Confirmed| |1 Keywords| |build Last reconfirmed|0000-00-00 00:00:00 |2004-08-03 20:44:19 date| | Target Milestone|--- |3.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16865