blob: 451fd54850d3cf0f27a33577e51e8d058bc6b218 [file] [log] [blame]
// PR bootstrap/68346
// { dg-options -Wtautological-compare }
bool f(unsigned u)
{
return ((unsigned)(int)u == u);
}