[Issue 11925] New: [2.065] [REGRESSION] ICE in CompoundStatement::semantic

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 14 15:02:48 PST 2014


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

           Summary: [2.065] [REGRESSION] ICE in
                    CompoundStatement::semantic
           Product: D
           Version: D1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: ibuclaw at ubuntu.com


--- Comment #0 from Iain Buclaw <ibuclaw at ubuntu.com> 2014-01-14 15:02:45 PST ---
This pull:

https://github.com/D-Programming-Language/dmd/commit/c8773c166b7a131aba9c4a2656dd20a3d4a170ac#src/statement.c-P57


Broken the following code on GDC after merging the 2.065 branch:

void main()
{
  try {
    try {
      L1: {}
    }
    finally {
    }
  }
  finally {
  }
  goto L1;
}

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