[Issue 3091] auto x = new shared foo does not compile

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3091 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.030 |D2 --

[Issue 3091] auto x = new shared foo does not compile

2012-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3091] auto x = new shared foo does not compile

2012-09-25 Thread d-bugmail
/77a617330302166c334f7760fb02e57032d08d21 Issue 3091 - auto x = new shared foo does not compile https://github.com/D-Programming-Language/dmd/commit/ec3e3300949b5aef30c7a71a0287a77135739144 Merge pull request #556 from 9rnsr/fix3091 Issue 3091 6873 - Make StorageClasses Type syntax available in some where -- Configure issuemail

[Issue 3091] auto x = new shared foo does not compile

2012-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 --- Comment #7 from Kenji Hara k.hara...@gmail.com 2012-09-25 06:44:15 PDT --- Fix for language reference: https://github.com/D-Programming-Language/d-programming-language.org/issues/159 -- Configure issuemail:

[Issue 3091] auto x = new shared foo does not compile

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2011-12-12 04:07:44 PST --- NewExp and StructLiteralExp have this issue. inout(int) test3091(inout(int) _dummy = 0) { struct Foo {} auto pm = new Foo; auto pc = new const Foo;

[Issue 3091] auto x = new shared foo does not compile

2011-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #3

[Issue 3091] auto x = new shared foo does not compile

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 Sobirari Muhomori dfj1es...@sneakemail.com changed: What|Removed |Added Severity|normal |minor ---

[Issue 3091] auto x = new shared foo does not compile

2009-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3091 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|