[Issue 15817] [REG2.068] ICE (with no stacktrace) instead of 'cannot index null array counts' with CTFE AA
https://issues.dlang.org/show_bug.cgi?id=15817 --- 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/fd191357c47f33a1bbf061fef13de114ab4d0217 fix Issue 15817 - ICE (with no stacktrace) instead of 'cannot index null array counts' with CTFE AA https://github.com/D-Programming-Language/dmd/commit/db3acaa7aac600e597da66db283e646f1634afcc Merge pull request #5561 from 9rnsr/fix15817 --
[Issue 15817] [REG2.068] ICE (with no stacktrace) instead of 'cannot index null array counts' with CTFE AA
https://issues.dlang.org/show_bug.cgi?id=15817 --- Comment #4 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/fd191357c47f33a1bbf061fef13de114ab4d0217 fix Issue 15817 - ICE (with no stacktrace) instead of 'cannot index null array counts' with CTFE AA https://github.com/D-Programming-Language/dmd/commit/db3acaa7aac600e597da66db283e646f1634afcc Merge pull request #5561 from 9rnsr/fix15817 [REG2.068] Issue 15817 - ICE (with no stacktrace) instead of 'cannot index null array counts' with CTFE AA --
[Issue 15817] [REG2.068] ICE (with no stacktrace) instead of 'cannot index null array counts' with CTFE AA
https://issues.dlang.org/show_bug.cgi?id=15817 Kenji Hara changed: What|Removed |Added Keywords||pull Summary|ICE (with no stacktrace)|[REG2.068] ICE (with no |instead of 'cannot index|stacktrace) instead of |null array counts' with |'cannot index null array |CTFE AA |counts' with CTFE AA --- Comment #3 from Kenji Hara --- (In reply to Timothee Cour from comment #0) > not sure whether the code should be valid or not, but regardless there > shouldn't be ICE, especially wo stacktrace It was introduced by incomplete fix of issue 9023. The fix for that issue has done in 2.068, but the ICE case didn't tested. https://github.com/D-Programming-Language/dmd/pull/5561 --