Displaying 1 result from an estimated 1 matches for "athalle1".
2003 Apr 29
4
Bug in g++ 2.95.4 (Pointer to member functions)
...n adoption from the C++ FAQ-lite,
http://www.parashift.com/c++-faq-lite/pointers-to-members.html) an the
following systems:
Success:
GCC 2.9.2, SunOS 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-60
GCC 3.2.2, SunOS 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-60
GCC 2.9.6 (redhat) , Linux athalle1 2.4.18-27.7.xsmp #1 SMP
Same compiler error:
GCC 2.9.2, Linux athalle1 2.4.18-27.7.xsmp #1 SMP
My conclusion is, that this bug is i386 specific, and that it has been fixed
in g++ 3.x and Redhat's 2.96 proprietary version.
What should I do (apart from using gcc 3.x from the ports collectio...