This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [Patch] Fix localedata test builds with latest GCC
- From: Zack Weinberg <zackw at panix dot com>
- To: Steve Ellcey <sellcey at cavium dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Wed, 19 Jul 2017 15:20:34 -0500
- Subject: Re: [Patch] Fix localedata test builds with latest GCC
- Authentication-results: sourceware.org; auth=none
- References: <201707192014.v6JKE6JV001711@sellcey-dt.caveonetworks.com>
On Wed, Jul 19, 2017 at 3:14 PM, Steve Ellcey <sellcey@cavium.com> wrote:
> While testing the latest glibc sources with the latest (ToT) GCC, I ran
> into some build failures (during testing, not during the glibc build).
> This patch fixes the build failures in the localedata subdirectory. I
> believe these started failing with this GCC patch:
>
> https://gcc.gnu.org/ml/gcc-patches/2017-06/msg00537.html
>
> It does not look like older GCC's complain about not understanding this
> option so there does not seem to be any need to conditionalize its usage.
I can't conveniently experiment with GCC 8.x right now, but this seems
like the right general idea.
zw