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++/7605: ICE on template instatiation


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

From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: dv@vollmann.ch
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/7605: ICE on template instatiation
Date: 16 Aug 2002 14:07:20 +0200

 Hi,
 
 dv@vollmann.ch writes:
 
 [...]
 
 | >Class:          ice-on-legal-code
 
 Actually, the code wasn't well-formed since your allocator
 sample::STLAllocator<> does not have the member functions allocate() and
 deallocate().
 
 GCC current development source (GG-3.3, CVS) does not ICE on your
 code; rather, it reports that the member function is missing. 
 Coud you try it and confirm?
 
 -- Gaby


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