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: nob...@puremagic.com
          Reporter: timothee.co...@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)

--

Reply via email to