Remove vcond{,u,eq}<mode> expanders since they will be obsolete.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / zero-strct-1.c
blob70b0c2db19eebaf7dd5158a15328866cbc18786a
1 /* { dg-additional-options "-std=gnu89" } */
3 typedef struct { } empty_t;
5 f ()
7 empty_t i;
8 bar (i);