public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Roberto Bagnara <bagnara@cs.unipr.it>
To: nobody@gcc.gnu.org
Cc: gcc-prs@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 23:06:00 -0000	[thread overview]
Message-ID: <20020425060601.16163.qmail@sources.redhat.com> (raw)

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

From: Roberto Bagnara <bagnara@cs.unipr.it>
To: bagnara@cs.unipr.it, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   gcc-bugs@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/6442: Regression wrt 3.0.x: undefined reference to
 `std::__basic_file<char>::is_open()'
Date: Thu, 25 Apr 2002 08:05:41 +0200

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6442
 
 Indeed the problem seems largely independent from the testcase.
 However, it is there.  Here is another attempt at reconstructing
 the problem.
 
 1) I "cvs update"d the 3.1 branch less than 12 hours ago;
 2) I ran configure in a separate directory with "--prefix=/opt" as the only option;
 3) I ran "make bootstrap" and this terminated OK;
 4) I ran "make install";
 5) I now have, among others, the following files in /opt/lib
 
 $ ls -l /opt/lib/libstdc++.so /opt/lib/libstdc++.so.4.0.0 /opt/lib/libstdc++.a
 -rw-r--r--    1 roberto  roberto   8170982 Apr 24 22:42 /opt/lib/libstdc++.a
 lrwxrwxrwx    1 roberto  roberto        18 Apr 24 22:42 /opt/lib/libstdc++.so -> libstdc++.so.4.0.0
 -rwxr-xr-x    1 roberto  roberto   3680871 Apr 24 22:42 /opt/lib/libstdc++.so.4.0.0
 
 6) these seem to have an unresolved symbol;
 
 $ nm --demangle /opt/lib/libstdc++.a | fgrep "__basic_file<char>::is_open()"
 00000000 T std::__basic_file<char>::is_open() const
           U std::__basic_file<char>::is_open()
 $ nm --demangle /opt/lib/libstdc++.so | fgrep "__basic_file<char>::is_open()"
 0003e370 T std::__basic_file<char>::is_open() const
           U std::__basic_file<char>::is_open()
 
 Perhaps a `const' qualifier is missing, perhaps in
 gcc/libstdc++-v3/config/io/basic_file_libio.h or maybe somewhere else.
 
 Please let me know if I can do more to help you find the cause of the problem.
 All the best
 
       Roberto
 
 --
 Prof. Roberto Bagnara
 Computer Science Group
 Department of Mathematics, University of Parma, Italy
 http://www.cs.unipr.it/~bagnara/
 mailto:bagnara@cs.unipr.it
 


             reply	other threads:[~2002-04-25  6:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-24 23:06 Roberto Bagnara [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 14:18 paolo
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=20020425060601.16163.qmail@sources.redhat.com \
    --to=bagnara@cs.unipr.it \
    --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).