This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: google branch breakage
- From: Paul Pluzhnikov <ppluzhnikov at google dot com>
- To: Oleg Smolsky <oleg dot smolsky at riverbed dot com>
- Cc: Jonathan Wakely <jwakely dot gcc at gmail dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, Paolo Carlini <paolo dot carlini at oracle dot com>
- Date: Tue, 1 Oct 2013 11:27:01 -0700
- Subject: Re: google branch breakage
- Authentication-results: sourceware.org; auth=none
- References: <524AE3AB dot 7060807 at riverbed dot com> <CALoOobMeYyWZo4gpwAXR+kK2=Prcwr8vyvDFDtP50U-bgFEBxA at mail dot gmail dot com> <CAH6eHdSRufz9tbYD6_kkakMhA_Afs67pKfF2u+q0GFnTpW67Hg at mail dot gmail dot com> <CALoOobNBLkFWkJVyC11Jppz20Hny=f+T13Kr+1wbhfaU3=ETqg at mail dot gmail dot com> <524AF47F dot 4050105 at riverbed dot com> <CALoOobMUAXOZuiDF3dXL_PgeWBA=rW0zg6Y6_EeTL2gqqNND+A at mail dot gmail dot com>
On Tue, Oct 1, 2013 at 9:16 AM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
> Thanks. I've also confirmed that trunk is similarly broken with
> --enable-symvers=gnu-versioned-namespace, and that the patch fixes that.
>
>> Would you like me to build the whole compiler package as well as a test
>> program?
>
> I am doing that now, and will commit to both trunk and google/gcc-4_8
> shortly.
Patch committed on trunk as r203076, and on google/gcc-4_8 as r203077.
Tested: builds with and without --enable-symvers=gnu-versioned-namespace.
Passes libstdc++ "make check" in -m32 and -m64 without --enable-symvers.
With --enable-symvers=gnu-versioned-namespace, "make check" in libstdc++
fails all over the place, unrelated to this patch.
Thanks,
--
Paul Pluzhnikov