https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ro at gcc dot gnu.org
--- Comment #10 from Rainer Orth <ro at gcc dot gnu.org> ---
There still seems to be something amiss here: I've recently tried bootstrapping
trunk on cfarm95: when configuring with just --enable-languages=c++, I got the
same error building the stage 1 libgcc:
In file included from /home/ro/gcc/src/master/libgcc/../gcc/tsystem.h:95,
from /home/ro/gcc/src/master/libgcc/libgcc2.c:27:
/usr/include/stdio.h:28:10: fatal error: bits/libc-header-start.h: No such file
or directory
28 | #include <bits/libc-header-start.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:512: _negdi2.o] Error 1
Isn't this supposed to have been fixed in GCC 14?