blob: 08b9c2e7109b3039682f5b90942b7318b753b5bc [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -Wstrict-overflow=4" } */
int
f (int i)
{
return __builtin_abs (i * i); /* { dg-warning "assuming signed overflow" } */
}