bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34832] enable tls variable in windows code for newish gcc


From: Ozkan Sezer
Subject: [bug #34832] enable tls variable in windows code for newish gcc
Date: Tue, 15 Nov 2011 20:09:23 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090507 Fedora/1.1.16-1.fc9 SeaMonkey/1.1.16

Follow-up Comment #15, bug #34832 (project make):

> We could get rid of that static buffer, or we could use the
> __thread declaration, but my point is: if we are enabling to
> produce error message strings from several threads, we might
> as well actually do that and see that it works, e.g., by
> uncommenting the commented-out calls and simulating error
> conditions in several threads simultaneously.
>
> IOW, if we want to have this feature, we might as well make
> sure it works.

Well, tls for MSVC is there since 1996. And I assume that it is
working since you actually _have_ it there.  If you want to
propagate the functionality to gcc as I originally intended, you
have the patch already, what you want to test seems to be whether
gcc+binutils works for you..

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34832>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]