(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
uintr-5.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -muintr" } */
       3  /* { dg-error "'-muintr' not supported for 32-bit code" "" { target ia32 } 0 } */
       4  
       5  #include <x86gprintrin.h>
       6  
       7  typedef unsigned int uword_t __attribute__ ((mode (__word__)));
       8  
       9  void
      10  UINTR_hanlder (struct __uintr_frame *frame, uword_t uirrv)
      11  {
      12  }