fetching https://github.com/ntrel/dmd.git iface-override (attempt: 1/3)
From https://github.com/ntrel/dmd
 * branch            iface-override -> FETCH_HEAD

merging FETCH_HEAD
Auto-merging compiler/src/dmd/dsymbolsem.d
Merge made by the 'recursive' strategy.
 compiler/src/dmd/dclass.d                  | 26 +++++++++++++++++++++++
 compiler/src/dmd/dsymbolsem.d              | 12 +++++------
 compiler/src/dmd/semantic2.d               | 34 ++++++++++++++++++++++++++----
 compiler/test/compilable/test2525a.d       | 19 +++++++++++++++++
 compiler/test/compilable/test2525b.d       | 17 +++++++++++++++
 compiler/test/compilable/test2525c.d       | 27 ++++++++++++++++++++++++
 compiler/test/compilable/test2525d.d       | 20 ++++++++++++++++++
 compiler/test/compilable/test2525e.d       | 26 +++++++++++++++++++++++
 compiler/test/fail_compilation/fail12636.d |  3 ++-
 compiler/test/fail_compilation/fail2525.d  | 27 ++++++++++++++++++++++++
 10 files changed, 200 insertions(+), 11 deletions(-)
 create mode 100644 compiler/test/compilable/test2525a.d
 create mode 100644 compiler/test/compilable/test2525b.d
 create mode 100644 compiler/test/compilable/test2525c.d
 create mode 100644 compiler/test/compilable/test2525d.d
 create mode 100644 compiler/test/compilable/test2525e.d
 create mode 100644 compiler/test/fail_compilation/fail2525.d