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>(); }
pinskia at gcc dot gnu.org via Gcc-bugs Sun, 30 Oct 2022 11:50:55 -0700
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>(); }