1  /* { dg-do compile } */
       2  
       3  void ldt_add_entry(void)
       4  {
       5     __asm__ ("" :: "m"(({unsigned __v; __v;})));	/* { dg-warning "memory input 0 is not directly addressable" } */
       6  }
       1  /* { dg-do compile } */
       2  
       3  void ldt_add_entry(void)
       4  {
       5     __asm__ ("" :: "m"(({unsigned __v; __v;})));	/* { dg-warning "memory input 0 is not directly addressable" } */
       6  }