PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / Wpointer-to-int-cast-2.c
blob9ece965d605863a84ba1f27d01938572b6083d60
1 /* Test -Wpointer-to-int-cast. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
3 /* { dg-do compile } */
4 /* { dg-options "-Wpointer-to-int-cast" } */
6 void *p;
8 char
9 f (void)
11 return (char) p; /* { dg-warning "cast from pointer to integer of different size" } */