https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67066
Bug ID: 67066
Summary: libstdc++-v3/src/filesystem/dir.cc fails to compile,
preventing bootstrapping with libstdcxx-filesystem-ts
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: egall at gwmail dot gwu.edu
Target Milestone: ---
Host: x86_64-apple-darwin10.8.0
Target: x86_64-apple-darwin10.8.0
Build: x86_64-apple-darwin10.8.0
Created attachment 36091
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36091&action=edit
compiler error output
The error messages are kind of long, so I'll be attaching them.
My version info:
$ /Users/ericgallager/gcc-git/my_oddly_named_builddir/./gcc/xgcc -v
Using built-in specs.
COLLECT_GCC=/Users/ericgallager/gcc-git/my_oddly_named_builddir/./gcc/xgcc
Target: x86_64-apple-darwin10.8.0
Configured with: ../configure --enable-libada --enable-libssp
--enable-bootstrap --enable-lto --enable-stage1-languages=all --enable-objc-gc
--enable-vtable-verify --enable-maintainer-mode --disable-werror
--enable-host-shared --enable-languages=c,c++,java,jit,lto,objc,obj-c++
--enable-stage1-checking=all --enable-libstdcxx-time -C --enable-multilib
--enable-multiarch --enable-__cxa_atexit --enable-tls --with-system-libunwind
--enable-secureplt --enable-frame-pointer
--enable-version-specific-runtime-libs --enable-plugin --enable-cxx
--enable-assert --enable-fat --enable-portable-binary --enable-browser-plugin
--enable-gconf-peer --enable-libgcj-debug --enable-gc-debug
--enable-interpreter --enable-aot-compile-rpm --enable-java-home --with-x
--enable-collections --enable-gstreamer-peer --enable-xmlj --enable-qt-peer
--enable-gmp --enable-debug --enable-local-sockets --enable-concept-checks
--without-isl AUTOCONF=autoconf264 AUTOHEADER=autoheader264
AUTOM4TE=autom4te264 AUTORECONF=autoreconf264 AUTOSCAN=autoscan264
AUTOUPDATE=autoupdate264 IFNAMES=ifnames264
Thread model: posix
gcc version 6.0.0 20150604 (experimental) (GCC)
Passing the '--disable-libstdcxx-filesystem-ts' flag (and some less-strict
stage1-checking options) to configure allows the build to proceed past this
point.