URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [tls/] [diag-5.C] - Rev 764
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/30536
// Invalid __thread specifiers.
// { dg-require-effective-target tls }
struct A { __thread register int i; }; // { dg-error "multiple storage classes|storage class specified" }
Go to most recent revision | Compare with Previous | Blame | View Log