This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/10867: Internal compiler error with constant enum


The following reply was made to PR c++/10867; it has been noted by GNATS.

From: Wolfgang Bangerth <bangerth@ices.utexas.edu>
To: Giovanni Bajo <giovannibajo@libero.it>
Cc: gcc-bugs@gcc.gnu.org, <gcc-gnats@gcc.gnu.org>, <llewins@raytheon.com>
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/
 
 
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]