[Bug middle-end/122624] AArch64: Miscompile at -O2 with _BitInt

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Nov 22 05:18:40 GMT 2025


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122624

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |middle-end

--- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I am thinking we are getting two BITINT_TYPE for 66 precision as 2 different
types which then confuses things.
I can't tell if this is a middle-end issue or a front-end issue.
It might only show up with the gimplification of the the array too.
But it is definitely a GC issue with BITINT.


More information about the Gcc-bugs mailing list