URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tls/] [pr42894.c] - Rev 713
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/42894 */ /* { dg-do compile } */ /* { dg-options "-march=armv5te -mthumb" { target arm*-*-* } } */ /* { dg-require-effective-target tls } */ extern __thread int t; void foo (int a) { t = a; }
Go to most recent revision | Compare with Previous | Blame | View Log