Thread overview
[Issue 12250] New: [ICE](e2ir.c 2077) with inout T[] and array operation
Feb 25, 2014
Kazuki Komatsu
Feb 25, 2014
Vladimir Panteleev
[Issue 12250] [REG 2.065.0][ICE](e2ir.c 2077) with inout T[] and array operation
Feb 25, 2014
Vladimir Panteleev
Feb 25, 2014
Kenji Hara
Feb 27, 2014
Kenji Hara
February 25, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12250

           Summary: [ICE](e2ir.c 2077) with inout T[] and array operation
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: enjouzensyou.boinc@gmail.com


--- Comment #0 from Kazuki Komatsu <enjouzensyou.boinc@gmail.com> 2014-02-25 04:13:58 PST ---
void foo(inout int[] p, inout int[] q, int[] r)
{
    r[] = p[] + q[];
}


dmd 2.065:

Internal error: e2ir.c 2077

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 25, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12250


Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com
           Severity|normal                      |regression


--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> 2014-02-25 14:16:13 EET ---
Regression.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 25, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12250


Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, rejects-valid
            Summary|[ICE](e2ir.c 2077) with     |[REG 2.065.0][ICE](e2ir.c
                   |inout T[] and array         |2077) with inout T[] and
                   |operation                   |array operation


--- Comment #2 from Vladimir Panteleev <thecybershadow@gmail.com> 2014-02-25 14:23:55 EET ---
Introduced in https://github.com/D-Programming-Language/dmd/pull/2992

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 25, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12250


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Platform|x86                         |All
         OS/Version|Windows                     |All


--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> 2014-02-25 07:28:37 PST ---
https://github.com/D-Programming-Language/dmd/pull/3335

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12250



--- Comment #4 from github-bugzilla@puremagic.com 2014-02-26 23:46:22 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/01d16bf3794c7efba558ff6646aba1a22a15960b fix Issue 12250 - [ICE](e2ir.c 2077) with inout T[] and array operation

https://github.com/D-Programming-Language/dmd/commit/06019d62eb4a76510dc5d82771cc99da1424c634 Merge pull request #3335 from 9rnsr/fix12250

[REG2.065] Issue 12250 - [ICE](e2ir.c 2077) with inout T[] and array operation

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12250


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