From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22221 invoked by alias); 1 Feb 2008 16:49:38 -0000 Received: (qmail 21960 invoked by uid 48); 1 Feb 2008 16:48:51 -0000 Date: Fri, 01 Feb 2008 16:49:00 -0000 Message-ID: <20080201164851.21959.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/33802] bogus "is used uninitialized" (VOPs) (inlining) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth 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: 2008-02/txt/msg00069.txt.bz2 ------- Comment #10 from rguenth at gcc dot gnu dot org 2008-02-01 16:48 ------- # zD.203060_41 = PHI The PHI is correct, you get one arg per incoming edge. But yes, we should warn only once for default definitions that appear multiple times in single PHI nodes and also in mulitple PHI nodes. But we mark the var with TREE_NO_WARNING, so it should not warn multiple times here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33802