https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72758
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |aarch64*-*-* Status|UNCONFIRMED |NEW Last reconfirmed| |2016-07-30 Ever confirmed|0 |1 Known to fail| |6.1.0 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. t8.c: In function 'main': t8.c:7:18: warning: implicit declaration of function 'vreinterpretq_u64_p128' [-Wimplicit-function-declaration] uint64x2_t b = vreinterpretq_u64_p128(a); ^~~~~~~~~~~~~~~~~~~~~~ t8.c:7:18: error: incompatible types when initializing type 'uint64x2_t' using type 'int'