[Issue 3292] ICE(todt.c) when using a named mixin with an initializer as template alias parameter

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 29 23:52:45 PDT 2009


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE(todt.c) when using a    |ICE(todt.c) when using a
                   |named mixin with an         |named mixin with an
                   |initializer                 |initializer as template
                   |                            |alias parameter


--- Comment #2 from Don <clugdbug at yahoo.com.au> 2009-09-29 23:52:44 PDT ---
Another variation gives an ICE in optimize.c. Replace void *magic = null; with
void* magic = cast(void*)(0);
Again, it's because no 'type' is NULL.

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