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


Don <clugd...@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugd...@yahoo.com.au




--- Comment #4 from Don <clugd...@yahoo.com.au>  2009-05-19 00:35:27 PDT ---

Simple test case for the ICE:
-----
auto x = &bar;
int bar() { return 1;}
int function() y = null;
-----
Curiously, it's crashing on the assignment to y! It doesn't happen if you move
y above x. Something in the declaration of x is corrupting a data structure
(it's related to MODinvariant). I'm still tracking it down.

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

Reply via email to