From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2868 invoked by alias); 20 May 2003 13:16:03 -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 2837 invoked by uid 71); 20 May 2003 13:16:02 -0000 Date: Tue, 20 May 2003 13:16:00 -0000 Message-ID: <20030520131602.2832.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: c++/10867: Internal compiler error with constant enum Reply-To: Wolfgang Bangerth X-SW-Source: 2003-05/txt/msg02174.txt.bz2 List-Id: The following reply was made to PR c++/10867; it has been noted by GNATS. From: Wolfgang Bangerth To: Giovanni Bajo Cc: gcc-bugs@gcc.gnu.org, , Subject: Re: c++/10867: Internal compiler error with constant enum Date: Tue, 20 May 2003 08:15:38 -0500 (CDT) > > Confirmed. Fixed in 3.3, though, and broken again in 3.4. > > However, it's a duplicate of a number of other reports, so > > I close it. > > Which PR is this duplicate of? I can't find it. This is the struct X { static int f(); static const int i = sizeof(f); }; problem, PR 9259 for example. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: bangerth@ices.utexas.edu www: http://www.ices.utexas.edu/~bangerth/