blob: 5713a3ba24a34cdc723174cced8455c0f0811a64 [file] [log] [blame]
/* PR middle-end/82095 */
/* { dg-do compile } */
/* { dg-options "-Og -fno-tree-ccp" } */
/* { dg-require-effective-target tls } */
/* { dg-add-options tls } */
static int b;
static __thread int c;
void
foo (void)
{
if (b)
if (c)
b = 1;
}