www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - ICE for x[] + x[]

reply =?UTF-8?B?Ik5vcmRsw7Z3Ig==?= <per.nordlow gmail.com> writes:
Just noticed that

     const x = [1];
     assert(x[] + x[]);

causes gives ICE

Internal error: e2ir.c 1893

Bugzilla reference anyone?
Mar 23 2014
next sibling parent Philippe Sigaud <philippe.sigaud gmail.com> writes:
On Sun, Mar 23, 2014 at 7:10 PM, "Nordlöw" <per.nordlow gmail.com> wrote:
 e2ir.c
Probably this one: https://d.puremagic.com/issues/show_bug.cgi?id=12179
Mar 23 2014
prev sibling parent reply Denis Shelomovskij <verylonglogin.reg gmail.com> writes:
23.03.2014 22:10, "Nordlöw" пишет:
 Just noticed that

      const x = [1];
      assert(x[] + x[]);

 causes gives ICE

 Internal error: e2ir.c 1893

 Bugzilla reference anyone?
People are expected to search such things themselves: https://d.puremagic.com/issues/query.cgi -- Денис В. Шеломовский Denis V. Shelomovskij
Mar 23 2014
parent reply =?UTF-8?B?Ik5vcmRsw7Z3Ig==?= <per.nordlow gmail.com> writes:
 People are expected to search such things themselves:
 https://d.puremagic.com/issues/query.cgi
Ok. The server was a bit sluggish when I tried. I'll be more patient next time. Thx /Per
Mar 23 2014
parent reply "John Colvin" <john.loughran.colvin gmail.com> writes:
On Monday, 24 March 2014 at 06:29:25 UTC, Nordlöw wrote:
 People are expected to search such things themselves:
 https://d.puremagic.com/issues/query.cgi
Ok. The server was a bit sluggish when I tried. I'll be more patient next time. Thx /Per
If you're struggling to find a bug, try asking in the IRC channel. D.learn would also be viable for that sort of thing.
Mar 24 2014
parent =?UTF-8?B?Ik5vcmRsw7Z3Ig==?= <per.nordlow gmail.com> writes:
 If you're struggling to find a bug, try asking in the IRC 
 channel. D.learn would also be viable for that sort of thing.
Thx, Per
Mar 24 2014