https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107466

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Shorter testcase (still includes):
#include <random>

void f() {
    std::subtract_with_carry_engine<unsigned short, 12, 5, 12>();
}

Reply via email to