URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [tls/] [init-1.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* Invalid initializations. */ /* { dg-require-effective-target tls } */ extern __thread int i; int *p = &i; /* { dg-error "initializer element is not constant" } */
Go to most recent revision | Compare with Previous | Blame | View Log