[Issue 4237] Typedefs of the same name cause initializer conflict

2011-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4237 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4237] Typedefs of the same name cause initializer conflict

2011-10-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4237 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2011-10-10 19:35:56 PDT --- (In reply to comment #3) The comment #2 patch set -parent everytime = wrong. This one is better: --- src/declaration.c +++ src/declaration.c @@ -298,6 +298,7

[Issue 4237] Typedefs of the same name cause initializer conflict

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4237 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Keywords||patch

[Issue 4237] Typedefs of the same name cause initializer conflict

2010-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4237 --- Comment #2 from Shin Fujishiro rsi...@gmail.com 2010-05-28 04:54:49 PDT --- Here's a trivial patch to dmd svn r502. --- src/declaration.c +++ src/declaration.c @@ -296,6 +296,7 @@ Dsymbol *TypedefDeclaration::syntaxCopy(Dsymbol *s) void