Thread overview
[Issue 7277] New: [CTFE ICE] Assertion failure: 'thisval' on line 1690 in file 'interpret.c'
Jan 12, 2012
Nick Sabalausky
Jan 22, 2012
Walter Bright
January 12, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7277

           Summary: [CTFE ICE] Assertion failure: 'thisval' on line 1690
                    in file 'interpret.c'
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: cbkbbejeap@mailinator.com


--- Comment #0 from Nick Sabalausky <cbkbbejeap@mailinator.com> 2012-01-12 00:22:36 PST ---
struct Foo
{
    int a;
    int func()
    {
        void nested()
        {
            a = 1;
        }
        nested();
        return 1;
    }
}

enum x = Foo().func();

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 21, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7277



--- Comment #1 from github-bugzilla@puremagic.com 2012-01-21 15:02:43 PST ---
Commit pushed to https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/89c71d8d8e0355167fc24dc671e6aa9b385a565a Merge pull request #633 from donc/ctfe7216

CTFE ICE bugs 7216 and 7277

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 22, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7277


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2012-01-21 16:13:33 PST ---
https://github.com/D-Programming-Language/dmd/commit/e2a85d6f082626ed338c5f4a4a018a7bf8dd6a1e

https://github.com/D-Programming-Language/dmd/commit/89c71d8d8e0355167fc24dc671e6aa9b385a565a

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