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: driver/10544: g++ crashes when compiling


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

From: jsg@rz.uni-potsdam.de
To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   jsg@rz.uni-potsdam.de, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: driver/10544: g++ crashes when compiling
Date: Wed, 30 Apr 2003 13:42:37 +0200

 Hi there,
 
 Thanks alot for so quick of an answer. There is no gcc 3.3.X release on the gcc 
 website so I assume I need to get it through CVS.
 
 Jean
 
 Zitat von bangerth@dealii.org:
 
 > Synopsis: g++ crashes when compiling
 > 
 > State-Changed-From-To: open->closed
 > State-Changed-By: bangerth
 > State-Changed-When: Tue Apr 29 17:11:19 2003
 > State-Changed-Why:
 >     That was an easy one: gcc3.2 crashes on
 >     -----------------------------
 >     template <typename> struct X {
 >         typedef int (P)();
 >         static P p;
 >     };
 >     template class X<char>;
 >     -----------------------------
 >     The bug is fixed for 3.3 and 3.4, though.
 >     
 >     Wolfgang
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-
 trail&database=gcc&pr=10544
 > 
 
 
 


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