Handle T_HRESULT types in CodeView records
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / vec-setup-double.c
blob1f6d6fddc62d436e43f68a4514b791e3fa4545f4
1 /* { dg-do run } */
2 /* { dg-require-effective-target vsx_hw } */
3 /* { dg-options "-O2 -mvsx" } */
5 /* Test various ways of creating vectors with 2 double words and accessing the
6 elements. This test uses the double datatype and the default endian
7 order. */
9 #define DO_DOUBLE
11 #include "vec-setup.h"