From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5426 invoked by alias); 23 May 2002 15:46:25 -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 5360 invoked by uid 71); 23 May 2002 15:46:24 -0000 Date: Thu, 23 May 2002 08:46:00 -0000 Message-ID: <20020523154624.5359.qmail@sources.redhat.com> To: bkoz@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Jovan Ilic Subject: Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream Reply-To: Jovan Ilic X-SW-Source: 2002-05/txt/msg00741.txt.bz2 List-Id: The following reply was made to PR libstdc++/6736; it has been noted by GNATS. From: Jovan Ilic To: bkoz@gcc.gnu.org, bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, ilic@thetausa.com, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: Subject: Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream Date: Thu, 23 May 2002 11:43:28 -0400 It has to do something with libstdc++. When I use stlport it works as it should. It is possible that somehow I am linking it from a different g++ distribution on the computer. Thanks for your time, Jovan Ilic On Thursday 23 May 2002 11:34 am, you wrote: > Synopsis: g++ 3.1 does not compile source code with istrstream > > Responsible-Changed-From-To: unassigned->bkoz > Responsible-Changed-By: bkoz > Responsible-Changed-When: Thu May 23 08:34:35 2002 > Responsible-Changed-Why: > Mine. > State-Changed-From-To: open->feedback > State-Changed-By: bkoz > State-Changed-When: Thu May 23 08:34:35 2002 > State-Changed-Why: > Can't reproduce. > > I get: > > In file included from > /mnt/hd/bld/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/include/backward/str >stream:51, from 6736.cc:12: > > /mnt/hd/bld/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/include/backward/bac >kward_warning.h:32:2: warning: #warning This file includes at least one > deprecated or antiquated header. Please consider using one of the 32 > headers found in section 17.4.1.2 of the C++ standard. Examples include > substituting the header for the header for C++ includes, or > instead of the deprecated header . To disable this > warning use -Wno-deprecated. > > It's just a warning though, and the compilation is fine. > > -benjamin > > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc& >pr=6736