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