Jump to page: 1 2
Thread overview
[Issue 11717] CTFE: [ICE] non-constant value with array and vector ops.
Dec 18, 2014
John Colvin
Apr 25, 2016
Walter Bright
Apr 25, 2016
Walter Bright
Apr 04, 2019
Basile-z
Jul 11, 2019
Basile-z
Jul 11, 2019
Iain Buclaw
Jul 11, 2019
Basile-z
Mar 21, 2020
Basile-z
[Issue 11717] CTFE: non-constant value with array and vector ops.
May 24, 2020
Basile-z
Dec 31, 2020
Dlang Bot
Jan 02, 2021
Dlang Bot
December 18, 2014
https://issues.dlang.org/show_bug.cgi?id=11717

John Colvin <john.loughran.colvin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs@eml.cc

--- Comment #1 from John Colvin <john.loughran.colvin@gmail.com> ---
*** Issue 12401 has been marked as a duplicate of this issue. ***

--
April 25, 2016
https://issues.dlang.org/show_bug.cgi?id=11717

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Add a proper error message at least:

https://github.com/dlang/dmd/pull/5706

until a fix can be devised.

--
April 25, 2016
https://issues.dlang.org/show_bug.cgi?id=11717

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

https://github.com/dlang/dmd/commit/f571e8a3ee9d460152e43a08dabf96d5ed5d72d9 add error message for Issue 11717 - CTFE: [ICE] non-constant value with array and vector ops

https://github.com/dlang/dmd/commit/0a9712f66c2658756f2d69b463e1879c24b3a80c Merge pull request #5706 from WalterBright/address11717

add error message for Issue 11717 - CTFE: [ICE] non-constant value wi…

--
April 25, 2016
https://issues.dlang.org/show_bug.cgi?id=11717

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice                         |

--
October 01, 2016
https://issues.dlang.org/show_bug.cgi?id=11717

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/f571e8a3ee9d460152e43a08dabf96d5ed5d72d9 add error message for Issue 11717 - CTFE: [ICE] non-constant value with array and vector ops

https://github.com/dlang/dmd/commit/0a9712f66c2658756f2d69b463e1879c24b3a80c Merge pull request #5706 from WalterBright/address11717

--
August 02, 2017
https://issues.dlang.org/show_bug.cgi?id=11717

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/5ab26bb7e0dfc0039e80a9bc9d4120af15e18a2f Add error message for Issue 11717

--
April 04, 2019
https://issues.dlang.org/show_bug.cgi?id=11717

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |b2.temp@gmx.com

--
July 11, 2019
https://issues.dlang.org/show_bug.cgi?id=11717

Basile-z <b2.temp@gmx.com> changed:

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

--- Comment #6 from Basile-z <b2.temp@gmx.com> ---
ICE are gone since 2.072

--
July 11, 2019
https://issues.dlang.org/show_bug.cgi?id=11717

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice                         |rejects-valid
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #7 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Replacing an ICE with an error is not a fix.

Updating tags from ice to rejects-valid.

--
July 11, 2019
https://issues.dlang.org/show_bug.cgi?id=11717

--- Comment #8 from Basile-z <b2.temp@gmx.com> ---
You should change the title as well. (this is why I closed : the issue was about the ICE. Change the title and it's a complete different thing)

--
« First   ‹ Prev
1 2