This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [c/c++] i686 codegen bugs in tinfo2.cc
- To: Alan Modra <alan at linuxcare dot com dot au>
- Subject: Re: [c/c++] i686 codegen bugs in tinfo2.cc
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Sun, 14 Jan 2001 16:59:35 -0800 (PST)
- cc: Richard Henderson <rth at redhat dot com>, gcc-bugs at gcc dot gnu dot org, scox at redhat dot com
I'm forwarding this email from scott synder, about this bug. It seems to
be relevant to this discussion...
FYI --- i submitted a patch last year for a bug i ran into with shared
libraries with c++ on i686 machines, but no one ever checked it
into the tree. I don't know whether this is the same problem you're
looking at, but i've been doing shared lib builds on an i686 machine
over the past month without any problems (well, at least without
this problem). (Ok, i also just tried backing out the patch again,
and when i do that i see run-time failures for the shared libstd++
tests that i didn't see with the patch installed.)
Here's the references:
http://gcc.gnu.org/ml/gcc-patches/2000-04/msg00068.html
http://gcc.gnu.org/ml/gcc-bugs/2000-03/msg00056.html