1  /* PR target/103020 */
       2  /* { dg-do compile { target { ! int128 } } } */
       3  /* { dg-additional-options "-mavx512f" } */
       4  
       5  typedef int TI __attribute__((mode (TI)));	/* { dg-error "unable to emulate" } */
       6  typedef int V1TI __attribute__((mode (V1TI)));	/* { dg-error "unable to emulate" } */
       7  typedef int V2TI __attribute__((mode (V2TI)));	/* { dg-error "unable to emulate" } */
       8  typedef int V4TI __attribute__((mode (V4TI)));	/* { dg-error "unable to emulate" } */
       9  /* { dg-warning "is deprecated" "V1TI" { target *-*-* } .-3 } */
      10  /* { dg-warning "is deprecated" "V2TI" { target *-*-* } .-3 } */
      11  /* { dg-warning "is deprecated" "V4TI" { target *-*-* } .-3 } */