This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PR 80005] __has_include parsing
- From: Jim Wilson <jimw at sifive dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Nathan Sidwell <nathan at acm dot org>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 21 Jan 2020 08:50:42 -0800
- Subject: Re: [PR 80005] __has_include parsing
- References: <7bf558d3-9eea-b043-f37c-477e715ea7e3@acm.org> <CAFyWVaZtU_5Vb-ZgDBuftgHJz=0auQ_GSv0aeYiuYDKjVANBqA@mail.gmail.com> <20200121082202.GQ10088@tucnak>
On Tue, Jan 21, 2020 at 12:22 AM Jakub Jelinek <jakub@redhat.com> wrote:
> I only see one spot where it has been added and then
> 2019-06-06 Florian Weimer <fweimer@redhat.com>
>
> * sysdeps/unix/sysv/linux/riscv/flush-icache.c: Do not use
> internal GCC preprocessor identifier __has_include__.
> which corrected it to use __has_include.
OK, so upstream glibc is already fixed which is good, but there is at
least one glibc release with the bug, and some trees like
github.com/riscv/riscv-gnu-toolchain that have the broken glibc
sources. I can deal with that problem though. We will probably
upgrade glibc when we upgrade gcc anyways.
Jim