2017-11-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr69156.c
blobb22aaec4706fa2e8fc2b9df957bdf3d5872dc3a2
1 /* PR tree-optimization/69156 */
2 /* { dg-do compile } */
3 /* { dg-options "-O1 -fno-tree-ccp" } */
5 _Bool
6 foo ()
8 _Bool (*f) () = __builtin_abs; /* { dg-warning "initialization from incompatible pointer type" } */
9 return f (0);