From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1966 invoked by alias); 24 Feb 2003 22:36:00 -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 1952 invoked by uid 71); 24 Feb 2003 22:36:00 -0000 Date: Mon, 24 Feb 2003 22:36:00 -0000 Message-ID: <20030224223600.1951.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Janis Johnson Subject: Re: c++/9336: [3.3 regression] ICE in cp_line_of, at cp/error.c:2191 Reply-To: Janis Johnson X-SW-Source: 2003-02/txt/msg01299.txt.bz2 List-Id: The following reply was made to PR c++/9336; it has been noted by GNATS. From: Janis Johnson To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org, V.Haisman@sh.cvut.cz Cc: Subject: Re: c++/9336: [3.3 regression] ICE in cp_line_of, at cp/error.c:2191 Date: Mon, 24 Feb 2003 14:32:48 -0800 With checking enabled, this started being an ICE with this patch (yeah, it's not terribly interesting): 2002-01-23 Zack Weinberg * diagnostic.c (internal_error): Do ICE suppression only when ENABLE_CHECKING is not defined. There is no ICE with current mainline or 3.2-branch. 3.3 20030224 (with checking enabled) reports: 9336.C: In function `std::pair insertident(const std::string&, ASTInfo*)': 9336.C:15: error: `make_pair' undeclared (first use this function) 9336.C:15: error: (Each undeclared identifier is reported only once for each function it appears in.) Internal compiler error: Error reporting routines re-entered. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. The original ICE is gone, but I think this new one is covered by other PRs. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9336