[Issue 13793] New: @nogc std.algorithm.count(std.range.only)

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13793 Issue ID: 13793 Summary: @nogc std.algorithm.count(std.range.only) Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Keywords: rejects-valid

[Issue 13794] New: Vector operations with bigints too

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13794 Issue ID: 13794 Summary: Vector operations with bigints too Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Keywords: rejects-valid Sever

[Issue 13795] New: DMD ICE segfault compiling druntime

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13795 Issue ID: 13795 Summary: DMD ICE segfault compiling druntime Product: D Version: D2 Hardware: x86_64 OS: Mac OS X Status: NEW Severity: major Priority

[Issue 13796] New: A simple "array head const" struct for Phobos

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13796 Issue ID: 13796 Summary: A simple "array head const" struct for Phobos Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement

[Issue 13795] DMD ICE segfault compiling druntime

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13795 --- Comment #1 from John Colvin --- lldb output: Process 78905 stopped * thread #1: tid = 0x23835c, 0x00010002e2bd dmd`ComplexExp::ComplexExp(Loc, complex_t, Type*) + 45, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=EXC_I3

[Issue 13797] New: std.array.extend

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13797 Issue ID: 13797 Summary: std.array.extend Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority: P1 Com

[Issue 13759] VS2010 Win64 linker path wrong

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 --- Comment #6 from Rainer Schuetze --- I couldn't install VS2010, but it seems the problem also exist on VS2012: - the 32-bit link.exe is in $(VSINSTALLDIR)\VC\bin - the 32-bit mspdb110.dll is in $(VSINSTALLDIR)\Common7\IDE - the 64-bit link.exe is

[Issue 13726] Build Phobos and Druntime with stack frames enabled (-gs)

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13726 --- Comment #11 from Martin Nowak --- (In reply to Vladimir Panteleev from comment #9) > I don't understand... I'm not sure what the scheme is on POSIX, but on > Win32, exception frames and stack frames are completely separate (they form > two distin

[Issue 13726] Build Phobos and Druntime with stack frames enabled (-gs)

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13726 --- Comment #12 from Martin Nowak --- (In reply to Vladimir Panteleev from comment #6) > Martin, do you have a benchmark for which the performance difference is > non-negligible? It would affect any leaf function that is not inlined. For example thi

[Issue 13696] Missing entry for unicode code point literals on the lexer page

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13696 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/b8feb9dc12b050bc23efa78df0d2658bc74b0932 Merge pull reques

[Issue 13696] Missing entry for unicode code point literals on the lexer page

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13696 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13759] VS2010 Win64 linker path wrong

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 --- Comment #7 from Rainer Schuetze --- Next time you have to install Visual D, please try https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta3 --

[Issue 13795] DMD ICE segfault compiling druntime

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13795 --- Comment #2 from Kenji Hara --- At least the segfault doesn't occur in Windows, with git HEAD (4c98263) --

[Issue 13563] ICE with opIndexAssign op-overloading and ModuleScopeOperator

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13563 Kenji Hara changed: What|Removed |Added CC||sfrijt...@gmail.com --- Comment #3 from Kenji H

[Issue 13789] [ICE v2.067-devel-639bcaa] statement.c:754: Assertion `global.gaggedErrors || global.errors' failed.

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13789 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13787] Error without line number when slicing function pointer

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13787 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13787] Error without line number when slicing function pointer

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13787 --- Comment #2 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/dfa0b4b4523581cea7738c4cb169416e65caefd4 fix Issue 13787 - Error with

[Issue 13788] dmd segfault, pragma(mangle) and a mixin

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13788 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13788] dmd segfault, pragma(mangle) and a mixin

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13788 --- Comment #2 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/6f3ea9d8809e9ded56499844165d56f7ff9f69a8 fix Issue 13788 - dmd segfau

[Issue 13200] Assertion `protName' failed

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13200 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13200] Assertion `protName' failed

2014-11-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13200 --- Comment #5 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/ea5d59e23025a994237c12903c5baae1f0c51c10 fix Issue 13200 - Assertion