[Issue 3041] Array slices can be compared to their element type: bad codegen or ICE

2014-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3041 Walter Bright changed: What|Removed |Added Version|1.045 |D1 --

[Issue 3041] Array slices can be compared to their element type: bad codegen or ICE

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

[Issue 3041] Array slices can be compared to their element type: bad codegen or ICE

2009-10-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3041 --- Comment #2 from Walter Bright 2009-10-07 01:20:22 PDT --- The error detection really needs to go in the front end, in EqualExp::semantic(), etc. I'll fix. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 3041] Array slices can be compared to their element type: bad codegen or ICE

2009-06-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3041 Don changed: What|Removed |Added Keywords||patch CC|