c++/5036: Internal compiler error in gcc-2.95.4. gcc-3.0 gives syntax errors
rodrigc@gcc.gnu.org
rodrigc@gcc.gnu.org
Sat Dec 8 14:37:00 GMT 2001
Synopsis: Internal compiler error in gcc-2.95.4. gcc-3.0 gives syntax errors
State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Dec 8 12:29:57 2001
State-Changed-Why:
Your example makes use
of some specific implementation
details of the iostream library
in gcc 2.95.2. These will not work in gcc 3.0, which
has an ISO C++ compliant iostream library.
g++ 3.0 does not make any provision for being backwards
compatible with code that is dependent on bugs or
specific implementation details of earlier g++ compilers.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=5036&database=gcc
More information about the Gcc-bugs
mailing list