This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/5036: Internal compiler error in gcc-2.95.4. gcc-3.0 gives syntax errors
- From: rodrigc at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, shawley at aei dot mpg dot de
- Date: 8 Dec 2001 20:29:58 -0000
- Subject: Re: c++/5036: Internal compiler error in gcc-2.95.4. gcc-3.0 gives syntax errors
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