This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 970929 test results: libstdc++ test failures! (sparc-solaris251)
- To: Joe Buck <jbuck at synopsys dot com>
- Subject: Re: 970929 test results: libstdc++ test failures! (sparc-solaris251)
- From: Jason Merrill <jason at cygnus dot com>
- Date: 02 Oct 1997 11:08:08 -0700
- Cc: egcs at cygnus dot com
- References: <199710021746.KAA21629@atrus.synopsys.com>
>>>>> Joe Buck <jbuck@synopsys.com> writes:
> Jason writes:
>> 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?
> No, in fact, with this patch, *all* the libstdc++ tests fail to compile.
Arrgh again. That patch seems to work for other folks. Did you rebuild
all the library code, including libgcc? If so, could you possibly
investigate why that section of build_decl_overload_real is doing the wrong
thing? It seems like an awfully simple operation to me. I don't know why
it's breaking all of a sudden.
Jason