[Bug bootstrap/100731] GCC 11 fails to build using GCC 4.8 because of missing includes

2021-05-23 Thread harald at gigawatt dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100731 --- Comment #2 from Harald van Dijk --- There are more missing or wrong includes here: looking at the code, it's also using functions from without including that, but that one gets implicitly included for me even on this old G++ so happens to n

[Bug bootstrap/100731] GCC 11 fails to build using GCC 4.8 because of missing includes

2021-05-23 Thread harald at gigawatt dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100731 --- Comment #1 from Harald van Dijk --- The full configure line I used for reproducing this on glibc, btw: ../gcc-11.1.0/configure --prefix=$HOME/gcc-11.1.0-run CC=gcc-4.8.5 CXX=g++-4.8.5 --enable-languages=c,c++