← Back to index
|
Original Bugzilla link
Bug 13064 – Redundant `auto` storage class is allowed for functions
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-07-07T07:31:00Z
Last change time
2015-06-17T21:01:23Z
Keywords
accepts-invalid, pull
Assigned to
nobody
Creator
verylonglogin.reg
Comments
Comment #0
by verylonglogin.reg — 2014-07-07T07:31:26Z
This code compiles but shouldn't: --- auto void f() { } --- Note that `auto int i;` is already rejected.
Comment #1
by k.hara.pg — 2015-02-23T14:50:26Z
https://github.com/D-Programming-Language/dmd/pull/4442
Comment #2
by github-bugzilla — 2015-02-27T06:32:36Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/2d99cd781acc0db602850a05453031df4b23f946
fix Issue 13064 - Redundant `auto` storage class is allowed for functions
https://github.com/D-Programming-Language/dmd/commit/55587e23f159d247edb55f32e78c1f202347d993
Merge pull request #4442 from 9rnsr/fix13064 Issue 13064 - Redundant `auto` storage class is allowed for functions
Comment #3
by github-bugzilla — 2015-06-17T21:01:23Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/2d99cd781acc0db602850a05453031df4b23f946
fix Issue 13064 - Redundant `auto` storage class is allowed for functions
https://github.com/D-Programming-Language/dmd/commit/55587e23f159d247edb55f32e78c1f202347d993
Merge pull request #4442 from 9rnsr/fix13064 Issue 13064 - Redundant `auto` storage class is allowed for functions