www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dmd assertion failure: 'ei' on line 2576 in file 'mtype.c'

reply Buchan <kbuchan xtra.co.nz> writes:
Given code causes this assertion. This seems to be the minimum required.

[code]
struct A {
	const char[] B = ['A'];
}

int main(char[][] arg) {
	cast(A.B)1;
}
[/code]

I am fairly sure I am using latest compiler, windoze says 'Modified  
Tuesday, 21 September 2004, 7:00:06 p.m.',
dont know how much help that is.

(I realise that there probably isnt any real reason to do this, but hey,  
could be a problem)
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Oct 15 2004
parent Buchan <kbuchan xtra.co.nz> writes:
Whoops, just reallised this should be somewhere else <shame>

ignore

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Oct 15 2004