1 // PR bootstrap/68346
2 // { dg-options -Wtautological-compare }
3 
f(unsigned u)4 bool f(unsigned u)
5 {
6   return ((unsigned)(int)u == u);
7 }
8