OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [tls/] [diag-4.m] - Blame information for rev 704

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 704 jeremybenn
/* Invalid __thread specifiers.  */
2
/* { dg-require-effective-target tls } */
3
 
4
__thread typedef int g4;        /* { dg-error "'__thread' used with 'typedef'" } */
5
 
6
void foo()
7
{
8
  __thread auto int l2;         /* { dg-error "'__thread' used with 'auto'" } */
9
  __thread register int l4;     /* { dg-error "'__thread' used with 'register'" } */
10
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.