This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 970929 test results: libstdc++ test failures!


Oops. Sorry about the earlier copy that were sent by accident, I tried to
tell Pine to drop it so I could check it out fully first...


On 1 Oct 1997, Jason Merrill wrote:
> > sin__g1Zd_RCcomplex_complex         /var/tmp/cca005N51.o
> 
> Arrgh.  This is a bug in the mangling code; that should be __F1Z, not
> __g1Z.  However, I don't understand why it's failing; it seems to be a
> miscompilation of build_decl_overload_real.  Does this patch fix
> the problem?

When I first tried running egcs 970929 on IRIX 6.2 I had bad problems with
name mangling, it didn't find all the functions when it tried to link.
(The first program I tried to compile with egcs-970929 was DDD 2.1.1)

After I recompiled egcs with this patch (and Thomas Koenig's reload.c
(decompose) patch) the same compile of DDD worked fine, it compiled and
linked fine....

Note: The first time I used "make bootstrap CFLAGS=-O2", and the second
time I just used "make bootstrap", both times on a clean copy of egcs.
I doubt that was the reason for the change, but I thought I should mention
all the possible relevant fact.

> Tue Sep 30 08:51:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
>
>         * method.c (build_decl_overload_real): Reformat.

-- 
Torbjörn Lindgren
E-mail: tl@funcom.com
If Santa ever DID deliver presents on Christmas Eve, he's dead now.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]