From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11944 invoked by alias); 15 May 2003 16:02:28 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 11864 invoked from network); 15 May 2003 16:02:25 -0000 Received: from unknown (HELO gw.uic.ru) (217.19.112.2) by sources.redhat.com with SMTP; 15 May 2003 16:02:25 -0000 Received: from papillon.ru (uucp@localhost) by gw.uic.ru (8.11.6/linuxconf) with UUCP id h4FG2Oo23764 for gcc@gcc.gnu.org; Thu, 15 May 2003 22:02:24 +0600 Received: from timberwolf by papillon.ru with SMTP id WAA31040; (8.7.5/vak/1.9) Thu, 15 May 2003 22:08:39 +0600 Message-ID: <000001c31afb$2dcc40e0$fc15a8c0@timberwolf> From: "Andrew V. Fionik" To: Subject: I want try...finally Date: Thu, 15 May 2003 16:02:00 -0000 Organization: Papillon Systems MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 FL-Build: Fidolook 2002 (SL) 6.0.2600.78 - 24/10/2002 21:18:29 X-SW-Source: 2003-05/txt/msg01523.txt.bz2 Hi, guys. I think that you doing great job by making GCC and G++. However i feel that C++ compiler lacks support for one great language construct "try...finally". I'm sure you know about it. It widely used in prooperitary Microsoft and Borland C++/Delphi compilers. This construct allows to easy write safe, elegant, and well readably code. I hope you will add this language feature. P.S. Of course i know that it not exist in standard, but i think in that case standard deffinitely outdated.