Thread overview
[Issue 13321] Wrong goto skips declaration error
Aug 18, 2014
Vladimir Panteleev
Aug 21, 2014
Orvid King
Aug 22, 2014
Kenji Hara
Aug 23, 2014
Walter Bright
August 18, 2014
https://issues.dlang.org/show_bug.cgi?id=13321

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
August 18, 2014
https://issues.dlang.org/show_bug.cgi?id=13321

bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression

--
August 18, 2014
https://issues.dlang.org/show_bug.cgi?id=13321

Vladimir Panteleev <thecybershadow@gmail.com> changed:

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

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

--
August 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13321

Orvid King <blah38621@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |blah38621@gmail.com
           Hardware|x86                         |All
                 OS|Windows                     |All

--
August 22, 2014
https://issues.dlang.org/show_bug.cgi?id=13321

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

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

The compiler fix will uncover a phobos code bug. https://github.com/D-Programming-Language/phobos/pull/2454

--
August 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13321

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
A fix to get us past the regression for 2.066:

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

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

--- Comment #4 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/1bfe1c7c2c983218368b873658c0579701ef1a2d [reg] Temporary fix Issue 13321 - Wrong goto skips declaration error

https://github.com/D-Programming-Language/dmd/commit/5eae12e8346e50f544ef13cb2318ce265a1dec57 Merge pull request #3889 from WalterBright/fix13321

[reg] Temporary fix Issue 13321 - Wrong goto skips declaration error

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

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/4532cfee6a139bc712ea08267560ec77027accba Merge pull request #3889 from WalterBright/fix13321

[reg] Temporary fix Issue 13321 - Wrong goto skips declaration error

--
December 06, 2014
https://issues.dlang.org/show_bug.cgi?id=13321

--- Comment #6 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/91e6e877110d3f24d94f35d4292b9a92e44e078b fix Issue 13321 - Wrong goto skips declaration error

https://github.com/D-Programming-Language/dmd/commit/1f8174f5744fe1b338d69605273a4373df77b507 Merge pull request #3885 from 9rnsr/fix13321

[REG2.065] Issue 13321 - Wrong goto skips declaration error

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13321

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

https://github.com/D-Programming-Language/dmd/commit/91e6e877110d3f24d94f35d4292b9a92e44e078b fix Issue 13321 - Wrong goto skips declaration error

https://github.com/D-Programming-Language/dmd/commit/1f8174f5744fe1b338d69605273a4373df77b507 Merge pull request #3885 from 9rnsr/fix13321

--