This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Long standing ppc64 regression. Any workarounds?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: "Diego Novillo" <dnovillo at google dot com>
- Cc: gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Tue, 25 Sep 2007 10:25:24 -0500
- Subject: Re: Long standing ppc64 regression. Any workarounds?
- References: <b798aad50709250439t38fd2ea1s6d8fe83b0d80fecc@mail.gmail.com>
> I have not been able to get a clean libstdc++ build on ppc64 for more
> than a month (since 2007-08-23). The failure is always the same.
> While building libstdc++/system-error.cc, I get:
>
> /home/dnovillo/perf/sbox/gcc/local.ppc64/src/libstdc++-v3/src/system_error.cc:67:
> error: std::system_category causes a section type conflict
>
> Ben, that change seems to be yours. Any idea on how can I fix it? Or
> at least a workaround?
Hey Diego. It looks like David has state on this: it appears as if the
ppc32 fixes are not enough to get ppc64 back together.
-benjamin