From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28874 invoked by alias); 1 Jun 2004 17:13:38 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28838 invoked by uid 48); 1 Jun 2004 17:13:35 -0000 Date: Tue, 01 Jun 2004 17:13:00 -0000 Message-ID: <20040601171335.28837.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040601170320.15764.boris@kolpackov.net> References: <20040601170320.15764.boris@kolpackov.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/15764] no cleanup if temporary's dtor terminates with an exception X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg00111.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-01 17:13 ------- b b_ (f ()); b is not initialized when ~a throws as it is equivant to int i; { const a &c= a(); i = f(c); } b b_ (i); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15764