PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr33666.c
blob1f27b136d36a5c58bd1aa8ce0b72d07e78654c1d
1 /* { dg-do compile } */
2 /* { dg-options { -std=c99 } } */
4 /* This used to fail with type-checking enabled because we stripped
5 the inner conversion to unsigned int. */
7 void __lock_get_list(void *dp)
9 if (((__SIZE_TYPE__)dp + 1) & ~1ULL)