This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/37402] Incorrect access to static __thread variables inside static member functions
- From: "vz-gcc at zeitlins dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Sep 2008 22:41:10 -0000
- Subject: [Bug target/37402] Incorrect access to static __thread variables inside static member functions
- References: <bug-37402-12203@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from vz-gcc at zeitlins dot org 2008-09-06 22:41 -------
Andrew, thanks for your reply!
And yes, I realize this but unfortunately it really seems specific to something
that optimizer does and maybe something it does at the whole unit level and not
locally as even extracting parts of wxString implementation in a separate file
isn't enough to reproduce it.
So the only test case I have is wxWidgets itself (the svn trunk version).
Again, I realize it's huge and impractical but unfortunately I simply don't
have any more time (nor ideas to be honest) to try to reproduce this in a small
example.
I leave it to you to close this then...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37402