aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr27696.c
blob: 2f281e3f7c2c9e8ca0c07c9dc1259cb5b1eed34d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR target/27696
   The testcase below uses to trigger an ICE.  */

/* { dg-do compile } */
/* { dg-options "-msse3" } */

void
foo (void const * P, unsigned int E, unsigned int H)
{
  __builtin_ia32_monitor (P, E, H);
}