This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/52947] [4.7/4.8 Regression] bootstrap fails due to wrong include search path composition
- From: "ralphengels at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 13 May 2012 15:15:10 +0000
- Subject: [Bug bootstrap/52947] [4.7/4.8 Regression] bootstrap fails due to wrong include search path composition
- Auto-submitted: auto-generated
- References: <bug-52947-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52947
--- Comment #4 from ralphengels at gmail dot com <ralphengels at gmail dot com> 2012-05-13 15:15:10 UTC ---
Adding
--disable-build-poststage1-with-cxx \
--disable-build-with-cxx \
allows the full bootstrap on windows with mingw64.
Something is broken with C++ though as anything that links to libstdc++ will
crash with the executable has stopped working error (exceptions ?).
I hope my findings can shed some light on this.