[Issue 44] MinGW: Add support for D fibers.

2013-03-17 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=44 Daniel Green changed: What|Removed |Added Component|gdc |libgdruntime -- Configure issuemail: http

[Issue 44] MinGW: Add support for D fibers.

2013-03-17 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=44 Daniel Green changed: What|Removed |Added CC||ven...@gmail.com Summary|"naked

[Issue 44] "naked" GCC attribute needed to properly support fibers on Windows

2013-03-17 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=44 --- Comment #3 from Benjamin Thaut 2013-03-17 19:54:51 UTC --- What do you mean by "generic version" ? The fibers which are offered by the WinAPI are not a suiteable replacement. -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.

[Issue 44] "naked" GCC attribute needed to properly support fibers on Windows

2013-03-17 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=44 --- Comment #2 from Iain Buclaw 2013-03-17 19:48:06 UTC --- Nope, someone just needs to implement a generic version for Windows. We don't use IASM implementations. -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email

[Issue 44] "naked" GCC attribute needed to properly support fibers on Windows

2013-03-17 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=44 --- Comment #1 from Benjamin Thaut 2013-03-17 19:44:01 UTC --- I meant "core.threads" instead of "core.traits" -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- Y

[Issue 44] New: "naked" GCC attribute needed to properly support fibers on Windows

2013-03-17 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=44 Bug #: 44 Summary: "naked" GCC attribute needed to properly support fibers on Windows Classification: Unclassified Product: GDC Version: development Platform: All

Re: gcc 4.9

2013-03-17 Thread Iain Buclaw
On 17 March 2013 12:08, Timo Sintonen wrote: > Gcc head has turned to version 4.9. This causes the setup-gcc script in > gdc to fail. In addition, the version number string in gcc is no more in > gcc/version.c but in gcc/BASE-VER. Setup-gcc still works when manually > forced to version 4.8. > > >

gcc 4.9

2013-03-17 Thread Timo Sintonen
Gcc head has turned to version 4.9. This causes the setup-gcc script in gdc to fail. In addition, the version number string in gcc is no more in gcc/version.c but in gcc/BASE-VER. Setup-gcc still works when manually forced to version 4.8.