On Tue, Jan 21, 2020 at 12:22 AM Jakub Jelinek <ja...@redhat.com> wrote: > I only see one spot where it has been added and then > 2019-06-06 Florian Weimer <fwei...@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