Bug 11679 – user defined attributes not allowed for local auto declarations

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-12-03T20:21:00Z
Last change time
2014-03-09T18:07:39Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
k.hara.pg

Comments

Comment #0 by k.hara.pg — 2013-12-03T20:21:41Z
Test case: @uda auto global = 1; // OK void main() { @uda auto local = 1; } // NG test.d(2): Error: user defined attributes not allowed for auto declarations
Comment #1 by k.hara.pg — 2013-12-03T22:52:19Z
Comment #2 by github-bugzilla — 2014-03-08T23:57:53Z
Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9f745f0948c36e502399a9ce8c02a7caa619e1b4 fix Issue 11679 - user defined attributes not allowed for local auto declarations