* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr23237.c
blobf3f917d0df30691a142bd0f68a91f705cdb244b9
1 /* Don't assemble, as this section syntax may not be valid on all platforms
2 (e.g., Darwin). */
3 /* { dg-do compile } */
5 /* { dg-require-effective-target named_sections } */
7 static __attribute__ ((__section__ (".init.data"))) char *message;
8 static __attribute__ ((__section__ (".init.data"))) int (*actions[])(void) = {};
9 void unpack_to_rootfs(void)
11 while (!message)
13 if(!actions[0])
14 return;