[Issue 4626] New: undefined identifier causes assertion failure in	statements.c
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Aug 11 17:17:45 PDT 2010
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=4626
           Summary: undefined identifier causes assertion failure in
                    statements.c
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: kulhanek.5 at wright.edu
--- Comment #0 from Ray Kulhanek <kulhanek.5 at wright.edu> 2010-08-11 17:17:43 PDT ---
void main() {
foreach(i; 0..s.length) {}
}
-------
When compiling the above code with dmd 2.047 on Windows XP SP3, I get the
following error:
test.d(2): Error: undefined identifier s
Assertion failure: '0' on line 2237 in 'statement.c'
Testing it on Windows 98 with dmd 2.036 didn't yield this error (It caught the
undefined identifier, but didn't fail an assert.)
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list