[Issue 6871] [minimal testcase] expression.c:1432: virtual dinteger_t IntegerExp::toInteger(): Assertion `0' failed

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 1 04:22:55 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6871


Leandro Lucarella <llucax at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
            Summary|expression.c:1432: virtual  |[minimal testcase]
                   |dinteger_t                  |expression.c:1432: virtual
                   |IntegerExp::toInteger():    |dinteger_t
                   |Assertion `0' failed        |IntegerExp::toInteger():
                   |                            |Assertion `0' failed


--- Comment #1 from Leandro Lucarella <llucax at gmail.com> 2011-11-01 04:21:42 PDT ---
An even simpler testcase:

void f() {
    while (x.length) {
    }
}

-- 
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