URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr23237.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
/* Don't assemble, as this section syntax may not be valid on all platforms (e.g., Darwin). */ /* { dg-do compile } */ /* { dg-require-effective-target named_sections } */ static __attribute__ ((__section__ (".init.data"))) char *message; static __attribute__ ((__section__ (".init.data"))) int (*actions[])(void) = {}; void unpack_to_rootfs(void) { while (!message) { if(!actions[0]) return; } }
Go to most recent revision | Compare with Previous | Blame | View Log