https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108426
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-01-16 Assignee|unassigned at gcc dot gnu.org |ian at airs dot com Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Component|tree-optimization |go --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. The following builtins are missing from the go front-end: BUILT_IN_CLZL BUILT_IN_CTZL The {,LL} versions are there but not the L version.