Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pragma-pack-4.c
blobc2ea59e9dacee28a1365fe9fa9ae75610d0eda46
1 /* PR c/28286 */
2 /* { dg-do compile } */
5 #pragma pack(0.5) /* { dg-warning "invalid constant" } */
6 #pragma pack(push,0.5) /* { dg-warning "invalid constant" } */
7 #pragma pack(push,x,0.5) /* { dg-warning "invalid constant" } */