[Issue 18266] ICE: should allow reusing identifier in declarations in disjoint scopes in a function

2018-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18266

Ali Ak  changed:

   What|Removed |Added

 CC||ali.akhtarz...@gmail.com

--- Comment #3 from Ali Ak  ---
I felt this was only half addressed so created issue 19158

--


[Issue 18266] ICE: should allow reusing identifier in declarations in disjoint scopes in a function

2018-06-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18266

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

https://github.com/dlang/dmd/commit/5e18ed610d8d946c1718f591806342e933788559
Fix Issue 18266 - ICE: should allow reusing identifier in declarations in
disjoint scopes in a function

https://github.com/dlang/dmd/commit/884fa1dcb056582de68bd76a13bd508f70d31ec0
Merge pull request #8370 from RazvanN7/Issue_18266

Fix Issue 18266 - ICE: should allow reusing identifier in declaration…

--


[Issue 18266] ICE: should allow reusing identifier in declarations in disjoint scopes in a function

2018-06-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18266

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18266] ICE: should allow reusing identifier in declarations in disjoint scopes in a function

2018-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18266

RazvanN  changed:

   What|Removed |Added

 CC||razvan.nitu1...@gmail.com

--- Comment #1 from RazvanN  ---
PR : https://github.com/dlang/dmd/pull/8370

--