PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / Wstrict-overflow-10.c
blobd2c259728cb4cd74259700f5833071a6511cb8fb
1 /* { dg-do compile } */
2 /* { dg-options "-fstrict-overflow -O2 -Wstrict-overflow=1" } */
4 /* Source: Ian Lance Taylor. */
6 int
7 foo (int i)
9 return __builtin_abs (i) >= 0;