aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/uintr-5.c
blob: 49cb2ec8097cc335158f880e1728679a310ea2f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile } */
/* { dg-options "-O2 -muintr" } */
/* { dg-error "'-muintr' not supported for 32-bit code" "" { target ia32 } 0 } */

#include <x86gprintrin.h>

typedef unsigned int uword_t __attribute__ ((mode (__word__)));

void
UINTR_hanlder (struct __uintr_frame *frame, uword_t uirrv)
{
}