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; }