This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/33578] __gnu_parallel::yield broken on mingw32
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Oct 2007 22:41:58 -0000
- Subject: [Bug libstdc++/33578] __gnu_parallel::yield broken on mingw32
- References: <bug-33578-4066@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from bkoz at gcc dot gnu dot org 2007-10-09 22:41 -------
Actually, I think that when I added sched.h, I forgot to look at the windows
stuff. Something seems off to me, WRT the current code. The includes don't
match the code...
Here's a patch to make the conditionals in the includes match the conditionals
in the code. I'm not quite sure how _MSC_VER fits into this, or SwitchToThread.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33578