1  /* PR target/98833  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-mavx512vl -O2 -mxop" } */
       4  
       5  int __attribute__((__vector_size__(4 * sizeof(int)))) * f5_p;
       6  int __attribute__((__vector_size__(4 * sizeof(int)))) * f6_p;
       7  
       8  void f5() { *f5_p = 0 == *f5_p; }
       9  void f6() { *f5_p = *f6_p > *f5_p; }