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]

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


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