https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107633
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |build Version|13.0 |rust/master Summary|[13 regression] Bootstrap |Bootstrap failure due to |failure due to |-Werror=unused-parameter |-Werror=unused-parameter |and |and |-Werror=dangling-reference |-Werror=dangling-reference | --- Comment #12 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- (In reply to Marc Poulhiès from comment #7) > Arthur already has a pending change that should fix this, see: > > https://github.com/Rust-GCC/gccrs/pull/1635 ... which has later been reverted; needs some more attention. --- However, all issues reported here (as far as I understand) have now been addressed individually in GCC/Rust master branch. (At least, x86_64-pc-linux-gnu bootstrap is now again "green" in my testing.)