public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: paolo@gcc.gnu.org
To: bagnara@cs.unipr.it, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
nobody@gcc.gnu.org
Subject: Re: libstdc++/6442: Regression wrt 3.0.x: undefined reference to `std::__basic_file<char>::is_open()'
Date: Wed, 24 Apr 2002 14:18:00 -0000 [thread overview]
Message-ID: <20020424211804.6038.qmail@sources.redhat.com> (raw)
Synopsis: Regression wrt 3.0.x: undefined reference to `std::__basic_file<char>::is_open()'
State-Changed-From-To: open->analyzed
State-Changed-By: paolo
State-Changed-When: Wed Apr 24 14:18:04 2002
State-Changed-Why:
I cannot reproduce this with 3.1 20020424 on x86-linux:
paolo:~> g++ -v
Reading specs from /usr/local/gcc-test/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: ../gcc-3_1-branch/gcc/configure --prefix=/usr/local/gcc-test
Thread model: single
gcc version 3.1 20020424 (prerelease)
paolo:~> cat bug.cc
#include <iostream>
#include <sstream>
using namespace std;
int main() {
string s;
ostringstream d(s);
d << "hello" << endl;
cout << d.str();
}
paolo:~> g++ bug.cc
paolo:~>
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6442
next reply other threads:[~2002-04-24 21:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-24 14:18 paolo [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-04-25 8:02 paolo
2002-04-25 6:46 Roberto Bagnara
2002-04-25 4:56 Roberto Bagnara
2002-04-25 4:16 Paolo Carlini
2002-04-24 23:06 Roberto Bagnara
2002-04-24 13:36 bagnara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020424211804.6038.qmail@sources.redhat.com \
--to=paolo@gcc.gnu.org \
--cc=bagnara@cs.unipr.it \
--cc=gcc-bugs@gcc.gnu.org \
--cc=gcc-gnats@gcc.gnu.org \
--cc=gcc-prs@gcc.gnu.org \
--cc=nobody@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).