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++/9336: [3.3 regression] ICE in cp_line_of, at cp/error.c:2191


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

From: Janis Johnson <janis187 at us dot ibm dot com>
To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org,
   gcc-prs at gcc dot gnu dot org, V dot Haisman at sh dot cvut dot 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  <zack at codesourcery dot com>
 
         * 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<std::string, ASTInfo*> 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 <URL:http://www.gnu.org/software/gcc/bugs.html> 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
 
 
 


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