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]

[Bug c++/11236] New: g++ (cc1plus) crashes after heavy memory consumption, after error: statement cannot resolve overloaded function.


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.


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