Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / ext / spe1.C
blobb9ae5e7d13538b9d26306e57d8152676f712b300
1 /* { dg-do compile { target powerpc-*-eabi* } } */
2 /* { dg-options "-mcpu=8540 -mabi=spe -O0" } */
4 typedef int v2si __attribute__ ((vector_size (8)));
6 /* The two specializations must be considered different.  */
7 template <class T> class X                  { };
8 template <>        class X<__ev64_opaque__> { };
9 template <>        class X<v2si>            { };