URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tls/] [emutls-2.c] - Rev 696
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-require-effective-target tls } */ /* { dg-options "-O2" } */ /* With emulated TLS, the constructor generated during IPA was not properly lowered to SSA form. */ __thread int i __attribute__((common));
Go to most recent revision | Compare with Previous | Blame | View Log