[Issue 14911] Compiler found indexing in code "new MyStruct[2].ptr"

2015-08-24 Thread via Digitalmars-d-bugs
found indexing in code "new MyStruct[2].ptr" --

[Issue 14911] Compiler found indexing in code "new MyStruct[2].ptr"

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14911 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14911] Compiler found indexing in code "new MyStruct[2].ptr"

2015-08-23 Thread via Digitalmars-d-bugs
found indexing in code "new MyStruct[2].ptr" --

[Issue 14911] Compiler found indexing in code "new MyStruct[2].ptr"

2015-08-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14911 --- Comment #4 from Kenji Hara --- (In reply to kdmult from comment #3) > (In reply to Sobirari Muhomori from comment #1) > > Oh, did it work? AFAIK, D grammar never allowed to parse (new A.B) as (new > > A).B, that would require semantic analysis be

[Issue 14911] Compiler found indexing in code "new MyStruct[2].ptr"

2015-08-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14911 --- Comment #3 from kdmult --- (In reply to Sobirari Muhomori from comment #1) > Oh, did it work? AFAIK, D grammar never allowed to parse (new A.B) as (new > A).B, that would require semantic analysis before parsing. http://dlang.org/changelog.html#

[Issue 14911] Compiler found indexing in code "new MyStruct[2].ptr"

2015-08-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14911 Kenji Hara changed: What|Removed |Added Keywords||pull Hardware|x86_64

[Issue 14911] Compiler found indexing in code "new MyStruct[2].ptr"

2015-08-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14911 --- Comment #1 from Sobirari Muhomori --- Oh, did it work? AFAIK, D grammar never allowed to parse (new A.B) as (new A).B, that would require semantic analysis before parsing. --