[Bug target/79240] [7 Regression] ICE in s390_extzv_shift_ok, at config/s390/s390.c:2475

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 26 14:58:00 GMT 2017


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

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> ---
Simplified/cleaned up testcase:
int
foo (int a)
{
  return sizeof (int) * a + 16 - a * sizeof (int) % 16;
}


More information about the Gcc-bugs mailing list