This is the mail archive of the gcc-bugs@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


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]