[Bug tree-optimization/126635] [17 regression] Miscompiled go compiler in LTO build [r17-2845-ga7a444ddd1eb51]
"jakub at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126635 --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I've tried to reproduce this with ../configure --enable-languages=c,c++,go --enable-checking=yes --enable-libstdcxx-backtrace=yes --with-build-config=bootstrap-lto --enable-link-serialization=1 && make -j128 bootstrap on cfarm120, but that built just fine. So I'm afraid I'm missing something important.