From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12487 invoked by alias); 6 May 2002 16:36:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 12473 invoked by uid 71); 6 May 2002 16:36:01 -0000 Date: Mon, 06 May 2002 09:36:00 -0000 Message-ID: <20020506163601.12472.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Ivan Zakharyaschev Subject: Re: c++/6579: works infinitely long Reply-To: Ivan Zakharyaschev X-SW-Source: 2002-05/txt/msg00156.txt.bz2 List-Id: The following reply was made to PR c++/6579; it has been noted by GNATS. From: Ivan Zakharyaschev To: gcc-gnats@gcc.gnu.org, Cc: Subject: Re: c++/6579: works infinitely long Date: Mon, 6 May 2002 20:33:51 +0400 (MSD) Correction: I imprudently described the code as illegal. In fact, it's not clear whether it is legel: it tries to use a legal GNU extension (braces in expressions). And this piece of code is compiled well when it is moved out from the constructor to some other place (a function body). Work-around: Don't use this GNU extension, use functions instead. Regards, Ivan Z. (the reporter)