1  /* { dg-do compile } */
       2  /* { dg-options "-Wall" } */
       3  
       4  int f(char *device)
       5  {
       6    return device == ((char *)0 + ~0UL);  /* { dg-bogus "overflow" } */
       7  }
       8  
       1  /* { dg-do compile } */
       2  /* { dg-options "-Wall" } */
       3  
       4  int f(char *device)
       5  {
       6    return device == ((char *)0 + ~0UL);  /* { dg-bogus "overflow" } */
       7  }
       8