From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3067 invoked by alias); 9 Jul 2010 15:07:25 -0000 Received: (qmail 2149 invoked by uid 48); 9 Jul 2010 15:06:50 -0000 Date: Fri, 09 Jul 2010 15:07:00 -0000 Message-ID: <20100709150650.2148.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/44832] [4.6 Regression] -fcompare-debug failure for C++ i386.c In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "amylaar 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: 2010-07/txt/msg01021.txt.bz2 ------- Comment #52 from amylaar at gcc dot gnu dot org 2010-07-09 15:06 ------- (In reply to comment #49) > I'm working on a fix for 44874, it it seems we are missing references of > LABEL_DECLs by gotos. Actually, they are marked used when the GIMPLE_LABEL itself is processed. The problem I was seeing was due to scope blocks vanishing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44832