From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torbjorn Lindgren To: Jason Merrill Cc: Joe Buck , egcs@cygnus.com Subject: Re: 970929 test results: libstdc++ test failures! (sparc-solaris251) Date: Thu, 02 Oct 1997 01:59:00 -0000 Message-id: References: X-SW-Source: 1997-10/msg00086.html On 1 Oct 1997, Jason Merrill wrote: > >>>>> Joe Buck writes: > > > 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? > > Tue Sep 30 08:51:36 1997 Jason Merrill > > * method.c (build_decl_overload_real): Reformat. > > Index: method.c > =================================================================== > RCS file: /cvs/cvsfiles/devo/gcc/cp/method.c,v > retrieving revision 1.158 > retrieving revision 1.159 > diff -c -r1.158 -r1.159 > *** method.c 1997/09/30 07:20:51 1.158 > --- method.c 1997/09/30 15:54:09 1.159 > *************** > *** 1157,1164 **** > TREE_CHAIN (parms)); > } > } > else > ! OB_PUTC ((tparms != NULL_TREE) ? 'H' : 'F'); > > if (tparms) > { > --- 1157,1166 ---- > TREE_CHAIN (parms)); > } > } > + else if (tparms) > + OB_PUTC ('H'); > else > ! OB_PUTC ('F'); > > if (tparms) > { > -- Torbjörn Lindgren Karenlyst Allè 5, N-0277 Oslo, Norway Phone: +47 22420102 E-mail: tl@funcom.com If Santa ever DID deliver presents on Christmas Eve, he's dead now.