[Bug middle-end/126625] hwint.cc reflect_hwi () should use __builtin_bitreverse64 if supported.

"jakub at gcc dot gnu.org via Gcc-bugs" <[email protected]> Tue, 04 Aug 2026 11:14:33 +0000
Newsgroups gmane.comp.gcc.bugs
Message-ID <[email protected]/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D126625

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Just note that not all supported compilers have to define __has_builtin mac=
ro,
so it needs to be guarded (like it already is e.g. in ira-color.cc).=