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


Yao G�mez <yao.go...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yao.go...@gmail.com


--- Comment #3 from Yao G�mez <yao.go...@gmail.com> 2010-09-15 21:40:02 PDT ---
I have the latest DMD2 compiler, and this also triggers this assertion:

---
static immutable u64 foo[1] = [0x123456789];
---

Note that the u64 identifier is not defined anywere. If I change it to ulong,
it works (obviously). Maybe it has something to do with ids not defined or
something.

The error messages that I get are:

> test.d(18): Error: identifier 'u64' is not defined
> test.d(18): Error: identifier 'u64' is not defined
> test.d(18): Error: u64 is used as a type
> Assertion failure: 'tn->mod == MODimmutable' on line 879 in file 'mtype.c'

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to