[Bug bootstrap/105474] GCC fails to bootstrap with --disable-libstdcxx

2024-04-01 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug bootstrap/105474] GCC fails to bootstrap with --disable-libstdcxx

2024-03-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug bootstrap/105474] GCC fails to bootstrap with --disable-libstdcxx

2022-12-03 Thread creatorsmithmdt at gmail dot com via Gcc-bugs
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.

[Bug bootstrap/105474] GCC fails to bootstrap with --disable-libstdcxx

2022-05-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105474 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug bootstrap/105474] GCC fails to bootstrap with --disable-libstdcxx

2022-05-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
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