URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr34989-1.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "--combine -O2" } */ /* { dg-additional-sources "pr34989-2.c" } */ extern struct globals *const ptr_to_globals; struct globals { }; int syslogd_main(int argc, char **argv) { (*(struct globals**)&ptr_to_globals) = 0; }
Go to most recent revision | Compare with Previous | Blame | View Log