From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29711 invoked by alias); 19 Feb 2003 21:46:01 -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 29696 invoked by uid 71); 19 Feb 2003 21:46:00 -0000 Date: Wed, 19 Feb 2003 21:46:00 -0000 Message-ID: <20030219214600.29695.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Danny Smith Subject: Re: c++/9758: [mingw] g++ ICE on (presumably) legal code Reply-To: Danny Smith X-SW-Source: 2003-02/txt/msg00958.txt.bz2 List-Id: The following reply was made to PR c++/9758; it has been noted by GNATS. From: Danny Smith To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org, vassili_bourdo@softhome.net Cc: Subject: Re: c++/9758: [mingw] g++ ICE on (presumably) legal code Date: Wed, 19 Feb 2003 21:33:59 +0000 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=g cc&pr=9758 With GCC-3.3 (mingw build) I get this instead of ICE. In file included from ../pxtSocket.h:5, from ../pxtSockStrm.h:3, from pxtSockStrm.cpp:7: ../pxtSmartPtr.h: At global scope: ../pxtSmartPtr.h:612: error: friend declaration requires class-key, i.e. `friend class Extend::target >' In file included from ../pxtSockStrm.h:3, from pxtSockStrm.cpp:7: ../pxtSocket.h:18: warning: ignoring #pragma comment ../pxtSockStrm.h:91: confused by earlier errors, bailing out Danny