This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: optimization/4712: ICE in reachable_next_level, at except.c:2723
- From: rodrigc at gcc dot gnu dot org
- To: dlux at dlux dot hu, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 16 Mar 2002 12:44:55 -0000
- Subject: Re: optimization/4712: ICE in reachable_next_level, at except.c:2723
- Reply-to: rodrigc at gcc dot gnu dot org, dlux at dlux dot hu, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: ICE in reachable_next_level, at except.c:2723
State-Changed-From-To: analyzed->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Mar 16 04:44:55 2002
State-Changed-Why:
ICE reproduced with gcc 3.0.4.
With gcc version 3.1 20020315 (prerelease), no ICE.
However, there are compilation errors:
In file included from /usr/local/include/dluxx/regex.hh:22,
from store.hh:21,
from store.cc:18:
/usr/include/regexx.hh:566: default argument given for parameter 2 of `const
std::string& regexx::Regexx::replacef(Function, int = 0)'
/usr/include/regexx.hh:422: after previous specification in `const std::string&
regexx::Regexx::replacef(Function, int = 0)'
/usr/include/regexx.hh:579: default argument given for parameter 3 of
`const
std::string& regexx::Regexx::replacef(const std::string&, Function, int = 0)
'
/usr/include/regexx.hh:441: after previous specification in `const std::string&
regexx::Regexx::replacef(const std::string&, Function, int = 0)'
/usr/include/regexx.hh:589: default argument given for parameter 4 of
`const
std::string& regexx::Regexx::replacef(const std::string&, const
std::string&, Function, int = 0)'
/usr/include/regexx.hh:457: after previous specification in `const std::string&
regexx::Regexx::replacef(const std::string&, const std::string&, Function,
int = 0)'
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4712