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  }