Thread overview
[Issue 14621] [REG2.066] ICE: Assertion failure: 'global.gaggedErrors || global.errors' on line 752 in file 'statement.c'
May 26, 2015
Vladimir Panteleev
May 28, 2015
Kenji Hara
Jul 21, 2015
Martin Nowak
May 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14621

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com
           Hardware|x86                         |All
            Summary|ICE: Assertion failure:     |[REG2.066] ICE: Assertion
                   |'global.gaggedErrors ||     |failure:
                   |global.errors' on line 752  |'global.gaggedErrors ||
                   |in file 'statement.c'       |global.errors' on line 752
                   |                            |in file 'statement.c'
                 OS|Windows                     |All
           Severity|normal                      |regression

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Introduced in https://github.com/D-Programming-Language/dmd/pull/443

--
May 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14621

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-invalid-code         |pull
            Version|unspecified                 |D2

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4686

--
July 21, 2015
https://issues.dlang.org/show_bug.cgi?id=14621

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
First release affected was 2.066.0.

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14621

github-bugzilla@puremagic.com changed:

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

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14621

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

https://github.com/D-Programming-Language/dmd/commit/6fcef51018ab366fb8fd7ec011597e08bb65f9ec
fix Issue 14621 - ICE: Assertion failure: 'global.gaggedErrors ||
global.errors' on line 752 in file 'statement.c'

https://github.com/D-Programming-Language/dmd/commit/d99699301eb0f5d46b4f9240236ca7c1694bb39b Merge pull request #4948 from 9rnsr/fix14621

Issue 14621, 14624, 14625 - Fix bugs in array operator overloading semantics

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14621

--- Comment #5 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/6fcef51018ab366fb8fd7ec011597e08bb65f9ec
fix Issue 14621 - ICE: Assertion failure: 'global.gaggedErrors ||
global.errors' on line 752 in file 'statement.c'

https://github.com/D-Programming-Language/dmd/commit/d99699301eb0f5d46b4f9240236ca7c1694bb39b Merge pull request #4948 from 9rnsr/fix14621

--