[Issue 7583] [CTFE] ICE with tuple and alias this

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 28 01:41:18 PST 2012


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[CTFE] ICE with tuple,      |[CTFE] ICE with tuple and
                   |alias this, and ~=          |alias this


--- Comment #2 from Don <clugdbug at yahoo.com.au> 2012-02-28 01:41:17 PST ---
This is a front-end bug. Happens with == as well as ~=.
The front-end creates a temporary tuple variable __tup5.
Somehow the declaration of __tup5 gets removed. The ICE is because it's used
before being declared.

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