2 /* { dg-do compile } */
3 /* { dg-options "-O -g -Wno-psabi" } */
5 typedef int __attribute__((__vector_size__ (32))) U
;
6 typedef double __attribute__((__vector_size__ (32))) F
;
7 typedef _Decimal64
__attribute__((__vector_size__ (32))) D
;
12 F f
= __builtin_convertvector ((D
) (-10.d
< (D
) ((D
) (U
) { 0, 0, 0, 0, 0, 0, 0, -0xe0 }
13 >= (D
) { 80000000 })), F
);