public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream
@ 2002-06-03  2:41 bkoz
  0 siblings, 0 replies; 4+ messages in thread
From: bkoz @ 2002-06-03  2:41 UTC (permalink / raw)
  To: bkoz, gcc-bugs, gcc-prs, ilic

Synopsis: g++ 3.1 does not compile source code with istrstream

State-Changed-From-To: feedback->closed
State-Changed-By: bkoz
State-Changed-When: Mon Jun  3 02:41:16 2002
State-Changed-Why:
    No feedback.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6736


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream
@ 2002-05-23  8:56 Benjamin Kosnik
  0 siblings, 0 replies; 4+ messages in thread
From: Benjamin Kosnik @ 2002-05-23  8:56 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

The following reply was made to PR libstdc++/6736; it has been noted by GNATS.

From: Benjamin Kosnik <bkoz@redhat.com>
To: Jovan Ilic <ilic@thetausa.com>
Cc: gcc-prs@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream
Date: Thu, 23 May 2002 08:49:15 -0700

 >  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.
 
 I suspect your installation of gcc-3.1 is flawed. When you run the
 libstdc++ test suite, what kind of results do you get? This strstream
 case is tested there.
 
 -benjamin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream
@ 2002-05-23  8:46 Jovan Ilic
  0 siblings, 0 replies; 4+ messages in thread
From: Jovan Ilic @ 2002-05-23  8:46 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

The following reply was made to PR libstdc++/6736; it has been noted by GNATS.

From: Jovan Ilic <ilic@thetausa.com>
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 <X> header for the <X.h> header for C++ includes, or
 > <sstream> instead of the deprecated header <strstream.h>. 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
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libstdc++/6736: g++ 3.1 does not compile source code with istrstream
@ 2002-05-23  8:34 bkoz
  0 siblings, 0 replies; 4+ messages in thread
From: bkoz @ 2002-05-23  8:34 UTC (permalink / raw)
  To: bkoz, gcc-bugs, gcc-prs, ilic, nobody

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/strstream:51,
                     from 6736.cc:12:
    /mnt/hd/bld/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/include/backward/backward_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 <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-06-03  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-03  2:41 libstdc++/6736: g++ 3.1 does not compile source code with istrstream bkoz
  -- strict thread matches above, loose matches on Subject: below --
2002-05-23  8:56 Benjamin Kosnik
2002-05-23  8:46 Jovan Ilic
2002-05-23  8:34 bkoz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).