[Issue 18393] New: REG(v2.078.1=>master) function re-declarations causes conflict, but should not
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 7 20:55:42 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18393
Issue ID: 18393
Summary: REG(v2.078.1=>master) function re-declarations causes
conflict, but should not
Product: D
Version: D2
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: timothee.cour2 at gmail.com
```
void fun();
void fun();
```
dmd -o- main.d
DMD64 D Compiler v2.078.1 => ok
DMD64 D Compiler v2.078.2-beta.1-653-g7e8bea0e8-dirty =>
Error: function test_all.fun() conflicts with previous declaration at
main.d(20)
--
More information about the Digitalmars-d-bugs
mailing list