Thread overview
[Issue 10419] New: Unhandled exception in dmd after correct error message
Jun 20, 2013
Denis Shelomovskij
Jun 20, 2013
Andrej Mitrovic
Jun 20, 2013
Andrej Mitrovic
Jun 20, 2013
Kenji Hara
June 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10419

           Summary: Unhandled exception in dmd after correct error message
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: verylonglogin.reg@gmail.com


--- Comment #0 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-06-20 10:15:17 MSD ---
---
int[] arr();

void main()
{ arr().length = 1; } // prints correct error then rises exception
---

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10419


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com
         AssignedTo|nobody@puremagic.com        |andrej.mitrovich@gmail.com
           Severity|minor                       |normal


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10419


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-06-20 06:40:28 PDT ---
https://github.com/D-Programming-Language/dmd/pull/2234

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10419



--- Comment #2 from github-bugzilla@puremagic.com 2013-06-20 10:57:07 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/6122b062857ee7b99ceff23ac484b3f8229b836b
Fixes Issue 10419 - ICE when lvalue check returns false on function return
type.

https://github.com/D-Programming-Language/dmd/commit/9dbfafec364194501f44dc017a18d54e06cdf912 Merge pull request #2234 from AndrejMitrovic/Fix10419

Issue 10419 - ICE when lvalue check returns false on function return type

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10419


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

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


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