PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr33694.c
blobfa62b9eaed2871b678b28d790006927d90337b32
1 /* { dg-do compile } */
2 /* { dg-options "-ansi" } */
4 /* This used to ICE with type-checking enabled. */
6 __SIZE_TYPE__ cnfs_mapcntl(long pagesize)
8 return ~(__SIZE_TYPE__)(pagesize - 1);