[PR 80005] __has_include parsing

Jim Wilson jimw@sifive.com
Tue Jan 21 17:21:00 GMT 2020


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



More information about the Gcc-patches mailing list