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

merging FETCH_HEAD
Removing compiler/test/runnable/link14541.d
Removing compiler/test/runnable/imports/link14541traits.d
Merge made by the 'recursive' strategy.
 compiler/src/dmd/clone.d                         |  4 +-
 compiler/src/dmd/e2ir.d                          |  6 +++
 compiler/src/dmd/semantic2.d                     |  2 +
 compiler/src/dmd/semantic3.d                     |  2 +
 compiler/test/fail_compilation/fail17955.d       |  4 +-
 compiler/test/fail_compilation/ice12174.d        |  6 +--
 compiler/test/fail_compilation/ice15922.d        |  2 +-
 compiler/test/runnable/imports/link14541traits.d | 54 ------------------------
 compiler/test/runnable/link14541.d               | 43 -------------------
 test/fail_compilation/fix19091.d                 | 21 +++++++++
 10 files changed, 40 insertions(+), 104 deletions(-)
 delete mode 100644 compiler/test/runnable/imports/link14541traits.d
 delete mode 100644 compiler/test/runnable/link14541.d
 create mode 100644 test/fail_compilation/fix19091.d