https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474
--- Comment #7 from GCC Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:48b22a3f05df203c40a6f953aaa0acf828aad9a9
commit r15-4680-g48b22a3f05df203c40a6f953aaa0acf828aad9a9
Author: Andrew Pinski
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474
Andrew Pinski changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474
Eric Gallager changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474
Andrew Pinski changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474
--- Comment #3 from Zopolis0 ---
If disabling the stdlib but not disabling bootstrapping causes bootstrapping to
break, the user should probably be notified of this before it breaks randomly.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474
--- Comment #1 from Richard Biener ---
Does it work when not bootstrapping (--disable-bootstrap)? Because since GCC
is written in C++ now we'll need our own standard library when using the host
built GCC to build stage2+.
Now, the specific fai