[Issue 7842] [ICE] (cgcs.c 517) with struct literal field increment

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 28 05:17:45 PDT 2012


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


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |yebblies at gmail.com
           Platform|x86                         |All
            Version|D2                          |D1 & D2
         Depends on|                            |3008
         OS/Version|Windows                     |All


--- Comment #1 from yebblies <yebblies at gmail.com> 2012-10-28 23:17:39 EST ---
This has the same cause as issue 3008, the increment should be rejected during
semantic as it is trying to operate on an rvalue, but isn't because
DotVarExp::modifiableLvalue only checks that that _type_ is modifiable.

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