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

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13787 Kenji Hara changed: What|Removed |Added Keywords||pull Hardware|x86_64

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

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13788 Kenji Hara changed: What|Removed |Added Keywords||ice, pull Hardware|x86_64

[Issue 13200] Assertion `protName' failed

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13200 --- Comment #4 from Kenji Hara --- (In reply to Kenji Hara from comment #3) > https://github.com/D-Programming-Language/dmd/pull/4178 Correct PR URL: https://github.com/D-Programming-Language/dmd/pull/4179 --

[Issue 13670] bug in assigning to dynamic array element

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13670 --- Comment #9 from Ketmar Dark --- p.s. this code is meaningless as it is, as it was written just to demonstrate the behavior. but in the real software that was the part of the module that creates GFF files for BioWare's Aurora Engine, and it has se

[Issue 13670] bug in assigning to dynamic array element

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13670 --- Comment #8 from Ketmar Dark --- the code is clearly meaningless in most cases. what compiler *should* do is at least emit warning about possible side-effects here, but not silently hiding that. this is *built-in* type, i can't fix it by fixing m

[Issue 13792] New: Segfault with a pointer of opaque enum type

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13792 Issue ID: 13792 Summary: Segfault with a pointer of opaque enum type Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ice Severity:

[Issue 13670] bug in assigning to dynamic array element

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13670 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #7 from

[Issue 13200] Assertion `protName' failed

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13200 Kenji Hara changed: What|Removed |Added Keywords||pull Hardware|x86_64

[Issue 13783] Function overload with rvalue `inout` parameter not selected when `enum` parameter implicitly converted to its base type

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13783 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara --- https:

[Issue 2396] -O causes very long execution time on foreach loop of large array of structs

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2396 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #9 from yebblies -

[Issue 13791] New: std.container implementations don't support forward referenced types

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13791 Issue ID: 13791 Summary: std.container implementations don't support forward referenced types Product: D Version: D2 Hardware: x86_64 OS: Linux Status

[Issue 13786] Test coverage for dmd is inadequate

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13786 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4c98263313454c1e77acd5c878bfcf8ea5da0664 Merge pull request #4171 from

[Issue 13790] New: Spellchecker doesn't work for enum members

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13790 Issue ID: 13790 Summary: Spellchecker doesn't work for enum members Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: diagnostic Seve

[Issue 11690] a few spellchecker improvements

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11690 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12185] Spellchecker matches symbols that are more than 50% different

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12185 yebblies changed: What|Removed |Added CC||c...@dawg.eu --- Comment #11 from yebblies --- *

[Issue 13200] Assertion `protName' failed

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13200 Stefan Frijters changed: What|Removed |Added Keywords||ice --- Comment #2 from Stefan Frijters -

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

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13789 Issue ID: 13789 Summary: [ICE v2.067-devel-639bcaa] statement.c:754: Assertion `global.gaggedErrors || global.errors' failed. Product: D Version: D2 Hardware: x86_64

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

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13788 Issue ID: 13788 Summary: dmd segfault, pragma(mangle) and a mixin Product: D Version: D2 Hardware: x86_64 OS: Mac OS X Status: NEW Severity: major Pri

[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8262 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #7 from Rain

[Issue 13777] Value range propagation faild on array function argument

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13777 --- Comment #4 from Kenji Hara --- (In reply to bearophile_hugs from comment #3) > (In reply to Kenji Hara from comment #2) > > > With 2.057 to 2.066 and git-head, the code fails to compile because T is > > deduced to int and an int function return

[Issue 13761] Clang Static Analysis results for dmd

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13761 Temtaime changed: What|Removed |Added Keywords||pull CC|

[Issue 13784] Wrong code with modulo operation and optimisations enabled

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13784 --- Comment #1 from Dicebot --- Extra issue is that even with workaround it sometimes does broken optimisation at if both -O and -inline are present (at the call site for modulo24) --

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

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13787 Issue ID: 13787 Summary: Error without line number when slicing function pointer Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW

[Issue 13766] std.range and std.regex documentation is now broken

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13766 --- Comment #6 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/463291fca6a88424b3ba3cab11b11b526fbf3dbb Merge pull reques

[Issue 13777] Value range propagation faild on array function argument

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13777 --- Comment #3 from bearophile_h...@eml.cc --- (In reply to Kenji Hara from comment #2) > With 2.057 to 2.066 and git-head, the code fails to compile because T is > deduced to int and an int function return is not always implicitly > convertible to u