[Issue 14265] core.thread.Fiber non-functional x86_64 Windows

2016-10-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14265

Carl Sturtivant  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Carl Sturtivant  ---
I ran it successfully with both 32 and 64 bit compilations, and the problem has
vanished, presumably with some intervening work on Fiber.

--


[Issue 14265] core.thread.Fiber non-functional x86_64 Windows

2016-10-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14265

Nemanja Boric <4bur...@gmail.com> changed:

   What|Removed |Added

 CC||4bur...@gmail.com

--- Comment #1 from Nemanja Boric <4bur...@gmail.com> ---
I can't reproduce this issue on Windows x86_64 and dmd-2.071.2

```
C:\Windows\system32\cmd.exe /c (rdmd issue_14265.d)
A pointer is 4 bytes
1
2
3
4
Hit any key to close this window...
```

--