https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119958
--- Comment #8 from Jakub Jelinek ---
Though, I guess testing address of __thread weak for non-NULL or NULL makes no
sense.
Address of it will be never NULL even when it is not defined.
Which is because the instructions compute the thread segmen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119958
--- Comment #9 from Andrew Pinski ---
(In reply to Jakub Jelinek from comment #8)
> Though, I guess testing address of __thread weak for non-NULL or NULL makes
> no sense.
> Address of it will be never NULL even when it is not defined.
> Which i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119958
Andrew Pinski changed:
What|Removed |Added
Known to fail||3.4.6
--- Comment #7 from Andrew Pinski