https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80837
Matt Godbolt <matt at godbolt dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt at godbolt dot org --- Comment #7 from Matt Godbolt <matt at godbolt dot org> --- The pedigree of the GCC 7.1 is as Peter says. The compiler isn't bootstrapped, and uses an in-tree binutils, should that be important. Other pertinent info from gcc -v Configured with: ../gcc-7.1.0/configure --prefix /root/staging --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --disable-multilib --disable-bootstrap --disable-multiarch --with-arch-32=i586 --enable-clocale=gnu --enable-languages=c,c++,go,fortran --enable-ld=yes --enable-gold=yes --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-linker-build-id --enable-lto --enable-plugins --enable-threads=posix --with-pkgversion=GCC-Explorer-Build Thread model: posix gcc version 7.1.0 (GCC-Explorer-Build) GNU C++11 (GCC-Explorer-Build) version 7.1.0 (x86_64-linux-gnu) compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3, isl version isl-0.16.1-GMP GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 The binaries used on CE are here: https://s3.amazonaws.com/compiler-explorer/opt/gcc-7.1.0.tar.xz