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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [tls/] [diag-4.c] - Blame information for rev 686

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Invalid __thread specifiers.  As diag-4.c but some cases in
2
   different orders.  */
3
/* { dg-require-effective-target tls } */
4
 
5
__thread typedef int g4;        /* { dg-error "'__thread' used with 'typedef'" } */
6
 
7
void foo()
8
{
9
  __thread auto int l2;         /* { dg-error "'__thread' used with 'auto'" } */
10
  __thread register int l4;     /* { dg-error "'__thread' used with 'register'" } */
11
}

powered by: WebSVN 2.1.0

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