OSDN Git Service

2007-05-24 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / pr27696.c
1 /* PR target/27696
2    The testcase below uses to trigger an ICE.  */
3
4 /* { dg-do compile } */
5 /* { dg-options "-msse3" } */
6
7 void
8 foo (void const * P, unsigned int E, unsigned int H)
9 {
10   __builtin_ia32_monitor (P, E, H);
11 }