https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117001
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note I needed to add the following 2 includes to get the testcase to compile: ``` #include <iostream> #include <cstdint> ```
pinskia at gcc dot gnu.org via Gcc-bugs Mon, 07 Oct 2024 09:33:56 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117001
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note I needed to add the following 2 includes to get the testcase to compile: ``` #include <iostream> #include <cstdint> ```