1  /* { dg-do compile } */
       2  /* { dg-options "-O0 -mavx512f" } */
       3  
       4  #include <x86intrin.h>
       5  
       6  int
       7  test_rounding (__m128d x, int r)
       8  {
       9    return _mm_cvt_roundsd_i32 (x, r); /* { dg-error "incorrect rounding operand." } */
      10  }