From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15186 invoked by alias); 2 Oct 2008 21:23:33 -0000 Received: (qmail 14888 invoked by uid 48); 2 Oct 2008 21:22:14 -0000 Date: Thu, 02 Oct 2008 21:23:00 -0000 Message-ID: <20081002212214.14887.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/37722] destructors not called on computed goto In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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-10/txt/msg00205.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2008-10-02 21:22 ------- EH lowering for some reason does not copy the finally part of the try before the goto. This also happens with 3.3. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c++ |middle-end Keywords| |wrong-code Known to fail| |3.3 4.4.0 4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37722