From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9202 invoked by alias); 28 Mar 2008 22:47:32 -0000 Received: (qmail 8994 invoked by uid 48); 28 Mar 2008 22:46:47 -0000 Date: Fri, 28 Mar 2008 22:47:00 -0000 Message-ID: <20080328224647.8993.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: "bruno at clisp 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/msg02328.txt.bz2 ------- Comment #3 from bruno at clisp dot org 2008-03-28 22:46 ------- > you are entering a scope that has objects constructed. Can you point out the sections in the ISO C++ standard that say that an 'if' statement can create the scope for some objects? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35708