[Issue 11718] [REG2.065a] Unintended mangled names conflict of nested template structs

2013-12-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11718 --- Comment #4 from Nils 2013-12-18 15:38:58 PST --- (In reply to comment #1) > And another, similar trigger: > --- > cat > test2.d << code > mixin template M() > { > struct S {} > } > mixin M!(); > mixin M!(); > code > dmd -c test2.d >

[Issue 11718] [REG2.065a] Unintended mangled names conflict of nested template structs

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11718 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11718] [REG2.065a] Unintended mangled names conflict of nested template structs

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11718 --- Comment #3 from github-bugzi...@puremagic.com 2013-12-16 12:53:33 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/71b0fce3a4f2849e82c9ba9972a65a6fee59d

[Issue 11718] [REG2.065a] Unintended mangled names conflict of nested template structs

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11718 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid Summary|r