1  /* { dg-do compile { target { ! ia32 } } } */
       2  /* { dg-options "-O2 -muintr" } */
       3  
       4  #include <x86gprintrin.h>
       5  
       6  typedef unsigned int uword_t __attribute__ ((mode (__word__)));
       7  
       8  void __attribute__ ((interrupt))
       9  UINTR_handler (struct __uintr_frame *p, uword_t uirrv)
      10  { /* { dg-message "SSE instructions aren't allowed in an exception service routine" }  */
      11  }