[Issue 4465] ICE: assigning power to immutable and returning result
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jul 15 08:40:27 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4465
Lars T. Kyllingstad <bugzilla at kyllingen.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|ICE: assigning power to |ICE: assigning power to
|immutable in nested |immutable and returning
|function |result
--- Comment #1 from Lars T. Kyllingstad <bugzilla at kyllingen.net> 2010-07-15 08:40:25 PDT ---
Turns out this has nothing to do with the function being nested. This fails
too, with the same error:
int g()
{
immutable z = 2^^2;
return z;
}
--
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