[Issue 8830] [CTFE] Incorrect slicing with pointer from sliced array

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8830 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 8830] [CTFE] Incorrect slicing with pointer from sliced array

2012-10-20 Thread d-bugmail
/abe37596dcfd0a150b86f703b582cfcf495c1727 Fix issue 8830 [CTFE] Incorrect slicing with pointer from sliced array Simple bug -- the offset of the pointer needs to be added to the slice. https://github.com/D-Programming-Language/dmd/commit/be5cae498f81c1e5965fd7755f432ffb7fdb5ec1 Minor code cleanup following bug 8830 -- Configure

[Issue 8830] [CTFE] Incorrect slicing with pointer from sliced array

2012-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8830 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED