aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/tls/emutls-2.c
blob: 1e26d5fe116e4c7f3b76be19e1844f088dd93496 (plain)
1
2
3
4
5
6
7
8
/* { 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));