From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16385 invoked by alias); 21 Oct 2002 23:56: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 16371 invoked by uid 71); 21 Oct 2002 23:56:01 -0000 Date: Mon, 21 Oct 2002 16:56:00 -0000 Message-ID: <20021021235601.16370.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: c++/6579: works infinitely long Reply-To: Wolfgang Bangerth X-SW-Source: 2002-10/txt/msg00795.txt.bz2 List-Id: The following reply was made to PR c++/6579; it has been noted by GNATS. From: Wolfgang Bangerth To: gcc-bugs@gcc.gnu.org, , Cc: Subject: Re: c++/6579: works infinitely long Date: Mon, 21 Oct 2002 18:53:39 -0500 (CDT) A much simplified testcase for this failure is this: ------------------------------- struct B { int a; B() : a(({ 1;})) {}; }; ------------------------------- which drives present CVS HEAD into an endless loop. Regards Wolfgang ------------------------------------------------------------------------- Wolfgang Bangerth email: bangerth@ticam.utexas.edu www: http://www.ticam.utexas.edu/~bangerth