libstdc++: Qualify calls in <bits/stl_uninitialized.h> to prevent ADL
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / vec-extract-v16qiu-df.c
blobe70ba411aa47ed5b0b4621bb129fa3e4766de3a5
1 /* { dg-do run } */
2 /* { dg-require-effective-target vsx_hw } */
3 /* { dg-options "-O2 -mvsx" } */
5 #define TYPE unsigned char
6 #define RTYPE double
7 #define FAIL_FORMAT "%g"
8 #define FAIL_CAST(X) ((double)(X))
9 #define ELEMENTS 16
10 #define INITIAL \
11 { 1, 2, 3, 4, 5, 6, 7, 8, 240, 241, 242, 243, 244, 245, 246, 247 }
13 #include "vec-extract.h"