This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/37308] bootstrap hangs in libstdc++
- From: "paolo dot carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2008 11:09:42 -0000
- Subject: [Bug bootstrap/37308] bootstrap hangs in libstdc++
- References: <bug-37308-14862@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from paolo dot carlini at oracle dot com 2008-09-01 11:09 -------
(In reply to comment #6)
> The other thing is that __thread is emulated on targets that don't
> support it.
That's interesting, I didn't notice we are actually doing that, right now (I
remember some discussions...). Then, however, I'm missing more... Why we are
running the check in libstdc++-v3 and libjava two times instead of just running
it once and, if necessary, instantiating the emulation and, in case, passing
down the info to the libraries?!?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37308