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] 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


ariser at pilotomie dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


------- Additional Comments From ariser at pilotomie dot de  2003-06-18 14:55 -------
I managed to isolate the problem a bit:

The error-message "cannot resolve address of overloaded function" was caused by
the following bug in my code:

Inside the mentioned constructor, I called:

set_IDs;

and forgot the "()"

After inserting the brackets the error was gone and so was the bug.
If there is enough time for me besides my project I'll try to reproduce the bug
with plain sourcecode with only the mantrap.


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