LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / pr56355-1.c
blob08b9c2e7109b3039682f5b90942b7318b753b5bc
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wstrict-overflow=4" } */
4 int
5 f (int i)
7 return __builtin_abs (i * i); /* { dg-warning "assuming signed overflow" } */