[Bug target/99401] Rebuilding the compiler with itself fails at -O2

2021-04-29 Thread brechtsanders at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99401

Brecht Sanders  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Brecht Sanders  
---
Recently released version 11.1.0 does build for Windows 32-bit with MinGW-w64
without issues.

[Bug target/99401] Rebuilding the compiler with itself fails at -O2

2021-04-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99401

--- Comment #7 from Jakub Jelinek  ---
Maybe dup of PR99872 ?

[Bug target/99401] Rebuilding the compiler with itself fails at -O2

2021-03-05 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99401

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #6 from Jakub Jelinek  ---
Anyway, in that case you want to attach here the preprocessed source on which
some undefined references to LC* appear and state exact gcc options that were
used to compile that, so that others can try to reproduce it e.g. with
cross-compilers.

[Bug target/99401] Rebuilding the compiler with itself fails at -O2

2021-03-05 Thread brechtsanders at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99401

--- Comment #5 from Brecht Sanders  
---
*** Bug 97618 has been marked as a duplicate of this bug. ***

[Bug target/99401] Rebuilding the compiler with itself fails at -O2

2021-03-05 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99401

Eric Botcazou  changed:

   What|Removed |Added

 Status|WAITING |NEW
Summary|GCC11 MinGW-w64 32-bit  |Rebuilding the compiler
   |build fails with undefined  |with itself fails at -O2
   |reference to `LC0'  |
   Keywords|build   |

--- Comment #4 from Eric Botcazou  ---
OK, I missed that you're explicitly rebuilding the compiler with itself after
having bootstrapped it first...  You're on your own here, no one does that.