This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function.
- From: "ariser at pilotomie dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2003 13:56:23 -0000
- Subject: [Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11236
Summary: g++ (cc1plus) crashes after heavy memory consumption,
after error: statement cannot resolve overloaded
function.
Product: gcc
Version: 3.3
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: ariser@pilotomie.de
CC: gcc-bugs@gcc.gnu.org
GCC host triplet: i386 Linux Debian/sarge
GCC target triplet: i386 Linux Debian/sarge
When I try to compile a certain file (this file itself is full of vermin) the
compiler throws the following error:
kalib.cpp: In constructor `Kalib::Kalib(const Kalib::Anordnung&, const
Kalib::Parameter_rest&, const std::string&)':
kalib.cpp:51: error: statement cannot resolve address of overloaded function
After that the process (cc1plus) gets heavily bloated and gets killed after a
short time.