[Bug target/72738] internal compiler error: in expand_shift_1, at expmed.c:2318

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 10 00:42:06 GMT 2022


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code,
                   |                            |needs-bisection

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Seems fixed in GCC 7+.

typedef __builtin_neon_poly128 poly128_t;

  int
  foo (poly128_t a, poly128_t b)
  {
    return a == b;
  }


More information about the Gcc-bugs mailing list