[Bug middle-end/102029] [12 Regression] ice: error: type mismatch in ‘lshift_expr’

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Aug 23 20:21:45 GMT 2021


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

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

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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Slightly cleaned up testcase:

int *
foo (const __PTRDIFF_TYPE__ l)
{
  return (int *) (l << 2);
}


More information about the Gcc-bugs mailing list