[Issue 11322] ICE with -inline cgcs.c 221

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 14 05:39:50 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11322


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |11317


--- Comment #2 from yebblies <yebblies at gmail.com> 2013-11-15 00:39:48 EST ---
For analyze, the inliner generates

(b ? i : i)++;

and because the results of the inliner are never run through semantic, it never
gets converted to the lvalue version


(*(b ? &i : &i))++;

This is an inliner bug... The way the inliner interacts with ref is not great.

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


More information about the Digitalmars-d-bugs mailing list