URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [tls/] [diag-1.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* Valid __thread specifiers. */ /* { dg-require-effective-target tls } */ __thread int g1; extern __thread int g2; static __thread int g3; void foo() { extern __thread int l1; static __thread int l2; }
Go to most recent revision | Compare with Previous | Blame | View Log