https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120144
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: ``` int f(unsigned __int128 t) { return __builtin_clzg(t); } ```
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 06 May 2025 14:56:13 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120144
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: ``` int f(unsigned __int128 t) { return __builtin_clzg(t); } ```