1 /* { dg-do compile { target dfp } } */
2 /* { dg-options "-O -Wno-psabi" } */
4 typedef _Float64
__attribute__((__vector_size__ (32))) F
;
5 typedef _Decimal32
__attribute__((__vector_size__ (16))) D
;
7 extern void bar (void);
13 D d
= __builtin_convertvector (f
, D
);