[Bug c++/123399] [12/13/14/15 Regression] ICE: 'verify_gimple' failed with __sync_val_compare_and_swap and __int128 pointer cast

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 5 22:01:58 GMT 2026


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|                            |2026-01-05
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There is a cast missing between the integer type and pointer type via basically
a type which is the same size as the pointer.

Confirmed. Looks to be a front-end issue.


More information about the Gcc-bugs mailing list