[Issue 3553] ICE when a function argument defaults to __LINE__

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 27 00:22:01 PST 2009


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


Brad Roberts <braddr at puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |braddr at puremagic.com


--- Comment #3 from Brad Roberts <braddr at puremagic.com> 2009-11-27 00:22:00 PST ---
Hrm.. what's that entire block of code in the 'if' doing?  TOKfile and TOKline
are handled down through the layers of expression parsing (primarily in
parsePrimaryExp) just fine, from a quick study of the code.  I haven't tried
just killing that block to see what happens.  Might it be better to change the
two parts of parsePrimaryExp to create FileInitExp and LineInitExp's rather
than StringExp and IntegerExp's respectively?

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