* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr28712.c
blob0bbb45314cf1e611a0b1a5651d2db2c1a57ef7b0
1 /* PR c/28712 */
2 /* { dg-do compile } */
3 /* { dg-options "--combine" } */
4 /* { dg-additional-sources "pr28712.c pr28712.c" } */
6 struct A;
8 extern struct A *a;
10 struct A { } __attribute__((packed));
12 struct B __attribute__((aligned (sizeof (int))));
14 extern struct B *b;
16 struct B { int i; } __attribute__((packed));