1  /* PR target/79754 */
       2  /* { dg-do compile { target dfp } } */
       3  /* { dg-options "-Wno-psabi" } */
       4  
       5  typedef _Decimal32 V __attribute__ ((vector_size(16)));
       6  
       7  V fn1 (V a) { return a; }
       1  /* PR target/79754 */
       2  /* { dg-do compile { target dfp } } */
       3  /* { dg-options "-Wno-psabi" } */
       4  
       5  typedef _Decimal32 V __attribute__ ((vector_size(16)));
       6  
       7  V fn1 (V a) { return a; }