1 /* { dg-options "-Wstrict-aliasing" } */
3 /* This used to crash with lto and strict aliasing enabled as the
4 vector type variant still had TYPE_ALIAS_SET set on it. */
6 typedef __attribute__((__vector_size__(sizeof(short)))) short TSimd;
13 template <class T1,class T2>