Thread overview
[Issue 12179] New: [ICE](e2ir.c 1861) with array operation
Feb 15, 2014
Andrej Mitrovic
Feb 16, 2014
Vladimir Panteleev
Mar 23, 2014
yebblies
Apr 06, 2014
Kenji Hara
February 15, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12179

           Summary: [ICE](e2ir.c 1861) with array operation
           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


--- Comment #0 from bearophile_hugs@eml.cc 2014-02-15 06:46:57 PST ---
void foo(int[]) {}
void main() {
    int[1] a;
    (a[] * a[]).foo;
}


dmd 2.065beta3 gives:

Internal error: e2ir.c 1861

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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2014-02-15 11:05:20 PST ---
Used to be:

Error: Array operation a[] * a[] not implemented

So I guess this is a diagnostic regression.

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


Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com


--- Comment #2 from Vladimir Panteleev <thecybershadow@gmail.com> 2014-02-16 02:54:17 EET ---
Introduced in https://github.com/D-Programming-Language/dmd/pull/2960

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


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies@gmail.com
           Platform|x86                         |All
         OS/Version|Windows                     |All
           Severity|normal                      |regression


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic, ice, pull


--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> 2014-04-06 08:12:41 PDT ---
https://github.com/D-Programming-Language/dmd/pull/3427

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