[Issue 14951] Win64: Invalid C++ mangling for __gshared pointer variables

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14951 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d16e409431c6a73af8f4a92f512de1976f615b51 Merge pull request #4935

[Issue 14896] x64 synchronized problem when using -O

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14896 ponce alil...@gmail.com changed: What|Removed |Added Summary|x64 codegen problem when|x64 synchronized problem

[Issue 14951] Win64: Invalid C++ mangling for __gshared pointer variables

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14951 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Keywords||C++, pull --- Comment

[Issue 14951] Win64: Invalid C++ mangling for __gshared pointer variables

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14951 --- Comment #2 from Rainer Schuetze r.sagita...@gmx.de --- extern(C++) ClassDeclaration* foo(); This is wrong, should not have the '*': extern(C++) ClassDeclaration foo(); --

[Issue 14896] x64 codegen problem when using -O

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14896 --- Comment #5 from ponce alil...@gmail.com --- Can't reproduce on Mac OS X, odd. --

[Issue 14896] x64 codegen problem when using -O

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14896 --- Comment #6 from ponce alil...@gmail.com --- Removing the synchronized(this) in font.d:L118 removes the bug. It doesn't seem related to codegen afterall. --

[Issue 14911] Compiler found indexing in code new MyStruct[2].ptr

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14911 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c1d8b528477bdda68128826454b92be643760e53 fix Issue 14911 - Compiler

[Issue 14900] 2.068.0 change log example does not compile

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14900 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14889] ICE: Assertion `o-dyncast() == DYNCAST_DSYMBOL' failed.

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14889 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/107567b721f90ccea5fc5c2ffeea77039de10d4a fix Issue 14889 - ICE:

[Issue 14951] New: Win64: Invalid C++ mangling for __gshared pointer variables

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14951 Issue ID: 14951 Summary: Win64: Invalid C++ mangling for __gshared pointer variables Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW

[Issue 14877] std.net.curl needs PATCH http method

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14877 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/ceb29a91c0c4afd3b502ab3c0e163b1fd27b4d39 fix Issue 14877 -

[Issue 8973] core.cpuid.coresPerCPU returning incorrect value.

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8973 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/f3d9ec7008578c366e543c74006959da1b3c5a23 Merge pull request

[Issue 13007] Wrong x86 code: long negate

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13007 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/83d93a0a1113aeec60c196db2dc338abadb1f3c5 fix Issue 13007 - Wrong x86

[Issue 10042] std.range.inits and tails

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10042 ZombineDev petar.p.ki...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 14889] ICE: Assertion `o-dyncast() == DYNCAST_DSYMBOL' failed.

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14889 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14900] 2.068.0 change log example does not compile

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14900 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e68741604f64b3e0173fd9ffd2125d6c1e4e65ae fix Issue 14900 - 2.068.0

[Issue 14897] shared linux libraries from zip package don't work

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14897 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/installer https://github.com/D-Programming-Language/installer/commit/5b4a867e98fb90b6d6301cb1d29af9c98ff5f3e3 fix Issue 14897

[Issue 14897] shared linux libraries from zip package don't work

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14897 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14911] Compiler found indexing in code new MyStruct[2].ptr

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14911 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14950] Setting enum value to the last member of another enum causes int overflow error

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14950 ag0ae...@gmail.com changed: What|Removed |Added Keywords||rejects-valid CC|

[Issue 14938] std.net.curl tests should use localhost or stub any networking

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14938 Martin Nowak c...@dawg.eu changed: What|Removed |Added Keywords||pull --- Comment #3 from Martin

[Issue 14952] New: Redundant REX.W before FSTP confuses Valgrind

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14952 Issue ID: 14952 Summary: Redundant REX.W before FSTP confuses Valgrind Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW Keywords: wrong-code

[Issue 14915] [REG2.068.0] can't build phobos-release

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14915 ag0ae...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 2859] enum convert error

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2859 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment

[Issue 2867] stringof is broken

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2867 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment

[Issue 8973] core.cpuid.coresPerCPU returning incorrect value.

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8973 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6767] Range case statements generate horrific code

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6767 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|