Thread overview
[Issue 12574] [ICE](statement.c, line 713) with reduce with wrong tuple arity
Apr 15, 2014
Kenji Hara
April 13, 2014
https://issues.dlang.org/show_bug.cgi?id=12574

monarchdodra@gmail.com changed:

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

--- Comment #1 from monarchdodra@gmail.com ---
See also https://issues.dlang.org/show_bug.cgi?id=12501#c4 for a reduced test case.

--
April 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12574

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

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

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
This is a regression in 2.066 git-head, which has the same root with issue 12501.

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

--
April 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12574

github-bugzilla@puremagic.com changed:

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

--
April 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12574

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/5327b688775d7c40aa5283730e465760d71d7c03
fix Issue 12574 - [ICE](statement.c, line 713) with reduce with wrong tuple
arity

Make `TemplateInstance::semanticTiargs` reentrant against semantic errors.

https://github.com/D-Programming-Language/dmd/commit/bbd174c5cf9352111d9a8730b785e452e4ecc6cf Merge pull request #3454 from 9rnsr/fix12501

[REG2.066a] Issue 12574 - [ICE](statement.c, line 713) with reduce with wrong
tuple arity

--