* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git] / gcc / testsuite / gcc.dg / pragma-pack-4.c
blob1765591f43c8b2de677a9baeea61953b4a295de1
1 /* PR c/28286 */
2 /* { dg-do compile } */
4 #pragma pack(0.5) /* { dg-warning "invalid constant" } */
5 #pragma pack(push,0.5) /* { dg-warning "invalid constant" } */
6 #pragma pack(push,x,0.5) /* { dg-warning "invalid constant" } */