> I'm still seeing the same failure on x86_64-unknown-linux-gnu, is this > going to get fixed?
You're not supposed to configure the compiler with --disable-checking as this disables the internal assertions, use --enable-checking=release instead. -- Eric Botcazou