Repro: https://gcc.godbolt.org/z/7GbsaxbYT Result: during RTL pass: final <source>: In member function 'void hwy::N_AVX3::TestDemoteUI64ToFloat::operator()(T, D) [with T = long unsigned int; D = hwy::N_AVX3::Simd<long unsigned int, 2, 0>]': <source>:28:3: internal compiler error: Segmentation fault
Please provide the code as requested by https://gcc.gnu.org/bugs (not just a URL)
Works in 9.1.0 and up, GCC 8 is no longer supported.
Would be useful to figure out what changed though. I noticed the crash was not there if -g was not used (or adding -g0).