URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [tls/] [diag-5.m] - Rev 818
Go to most recent revision | Compare with Previous | Blame | View Log
/* __thread specifiers on empty declarations. */ /* { dg-require-effective-target tls } */ __thread struct foo; /* { dg-warning "useless '__thread' in empty declaration" } */
Go to most recent revision | Compare with Previous | Blame | View Log