www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11626] New: [ICE] (mtype.c line 9718) With missing in ref type

reply d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11626

           Summary: [ICE] (mtype.c line 9718) With missing in ref type
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: bearophile_hugs eml.cc



void foo(in ref Bar) {}
void main() {}


dmd 2.065alpha gives:

test.d(1): Error: undefined identifier Bar
Assertion failure: '0' on line 9718 in file 'mtype.c'

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 27 2013
next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11626


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, pull
           Platform|x86                         |All
         OS/Version|Windows                     |All
           Severity|normal                      |regression



https://github.com/D-Programming-Language/dmd/pull/2894

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 27 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11626




Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/b90f4db66010649543a55496f79727f432423d3d
fix Issue 11626 - [ICE] (mtype.c line 9718) With missing in ref type

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


[REG2.065a] Issue 11626 - [ICE] (mtype.c line 9718) With missing in ref type

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 27 2013
prev sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11626


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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