Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / pr23237.c
blobbbb3483a5572b26b1ac6b821be9a9392268da91c
1 /* { dg-require-effective-target named_sections } */
3 static __attribute__ ((__section__ (".init.data"))) char *message;
4 static __attribute__ ((__section__ (".init.data"))) int (*actions[])(void) = {};
5 void unpack_to_rootfs(void)
7 while (!message)
9 if(!actions[0])
10 return;