[Issue 14028] [CTFE] Possible reinterpret cast to a pointer to static array

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 23 05:33:27 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14028

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/473cef885b499c5620f6dfd93a0a56771d0dd3bc
fix Issue 14028 - [CTFE] Possible reinterpret cast to a pointer to static array

Use AddrExp + SliceExp (&aggr[a..b]) to represent a CTFE pointer to static
array.

https://github.com/D-Programming-Language/dmd/commit/4a8df52639d963f6278207e7aed694fc10861dc6
Merge pull request #4326 from 9rnsr/fix14028

Issue 14028 - [CTFE] Possible reinterpret cast to a pointer to static array

--


More information about the Digitalmars-d-bugs mailing list