@@ -4354,7 +4354,8 @@ get_bit_range (unsigned HOST_WIDE_INT *b
           || TREE_CODE (innerdecl) == TARGET_MEM_REF)
        &&  !ptr_deref_may_alias_global_p (TREE_OPERAND (innerdecl, 0)))
        || (DECL_P (innerdecl)
-       &&  (DECL_THREAD_LOCAL_P (innerdecl)
+       &&  ((TREE_CODE (innerdecl) == VAR_DECL
+       &&  DECL_THREAD_LOCAL_P (innerdecl))
              || !TREE_STATIC (innerdecl))))

Thanks. I already had this in my local tree, but am waiting to polish everything up before another round of iterations with Richi.

Reply via email to