901 – Comparison of array literals fails

D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 901 - Comparison of array literals fails
Summary: Comparison of array literals fails
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D1 (retired)
Hardware: x86 Linux
: P2 normal
Assignee: Walter Bright
URL:
Keywords:
Depends on:
Blocks:
Reported: 2007年01月29日 05:42 UTC by Elmar Zander
Modified: 2014年02月15日 13:13 UTC (History)
0 users

See Also:


Attachments
Add an attachment (proposed patch, testcase, etc.)

Note You need to log in before you can comment on or make changes to this issue.
Description Elmar Zander 2007年01月29日 05:42:15 UTC
This code should't assert:
void main(){
 assert( [2,3]!=[2,4] );
 assert( !([2,3]==[2,4]) );
}
Comment 1 Walter Bright 2007年02月12日 03:44:21 UTC
Fixed DMD 1.005


AltStyle によって変換されたページ (->オリジナル) /