From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14522 invoked by alias); 8 Dec 2001 20:36:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 14508 invoked by uid 71); 8 Dec 2001 20:36:00 -0000 Date: Sat, 08 Dec 2001 12:36:00 -0000 Message-ID: <20011208203600.14507.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: rodrigc@gcc.gnu.org Subject: Re: c++/5036: Internal compiler error in gcc-2.95.4. gcc-3.0 gives syntax errors Reply-To: rodrigc@gcc.gnu.org X-SW-Source: 2001-12/txt/msg00512.txt.bz2 List-Id: The following reply was made to PR c++/5036; it has been noted by GNATS. From: rodrigc@gcc.gnu.org To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, shawley@aei.mpg.de Cc: Subject: Re: c++/5036: Internal compiler error in gcc-2.95.4. gcc-3.0 gives syntax errors Date: 8 Dec 2001 20:29:58 -0000 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