The test `tests/ui/numbers-arithmetic/u128-as-f32.rs` was disabled in bb3ee766cabf3997a056cdef1ff3087f5f2fe3eb. This used to work with [GCC version b8f4bbf1b995d9511bad6652e8d774620b2bd833 ](https://github.com/rust-lang/gcc/releases/tag/master-b8f4bbf1b995d9511bad6652e8d774620b2bd833), but with the rebase to [GCC 3e3878e7183f1d1e1ccf5aba99da7fbb36c012c8](https://github.com/rust-lang/gcc/releases/tag/master-3e3878e7183f1d1e1ccf5aba99da7fbb36c012c8), this test now fails when compiled in release mode. Something weird is that if I print the `f32` value, the test passes.