[Issue 6799] ICE(type.c) involving AAs and pointers to structs

2013-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6799 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6799] ICE(type.c) involving AAs and pointers to structs

2013-10-08 Thread d-bugmail
/1709042d8650a8550882e5c553a4a9b5fb79148f fix Issue 6799 - ICE(type.c) involving AAs and pointers to structs https://github.com/D-Programming-Language/dmd/commit/16e678b2c9a7c71e0701e9d945c1f5fdde7c10fb Merge pull request #2633 from WalterBright/fix6799 fix Issue 6799 - ICE(type.c) involving AAs and pointers to structs -- Configure

[Issue 6799] ICE(type.c) involving AAs and pointers to structs

2013-10-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6799 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com OS/Ver

[Issue 6799] ICE(type.c) involving AAs and pointers to structs

2012-02-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6799 --- Comment #2 from Benjamin Thaut 2012-02-20 09:13:53 PST --- This only seems to happen when passing a struct to remove by value. If you pass it by reference everything is fine. Reduced repro case + workaround: struct ChunkLoc {} ChunkLoc

[Issue 6799] ICE(type.c) involving AAs and pointers to structs

2012-02-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6799 Benjamin Thaut changed: What|Removed |Added CC||c...@benjamin-thaut.de --- Comment #1