From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8437 invoked by alias); 16 Aug 2002 12: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 8423 invoked by uid 71); 16 Aug 2002 12:16:02 -0000 Date: Fri, 16 Aug 2002 05:25:00 -0000 Message-ID: <20020816121602.8422.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: c++/7605: ICE on template instatiation Reply-To: Gabriel Dos Reis X-SW-Source: 2002-08/txt/msg00326.txt.bz2 List-Id: The following reply was made to PR c++/7605; it has been noted by GNATS. From: Gabriel Dos Reis 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