From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28146 invoked by alias); 26 Mar 2008 20:39:56 -0000 Received: (qmail 26842 invoked by uid 48); 26 Mar 2008 20:39:10 -0000 Date: Wed, 26 Mar 2008 20:39:00 -0000 Message-ID: <20080326203910.26841.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/35708] jump to label enters catch block 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-03/txt/msg02099.txt.bz2 ------- Comment #1 from rguenth at gcc dot gnu dot org 2008-03-26 20:39 ------- I think this is invalid, you are entering a scope that has objects constructed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35708