[dmd-internals] [D-Programming-Language/dmd] 5766e5: fix Issue 14446 - ICE on invalid import

GitHub via dmd-internals dmd-internals at puremagic.com
Wed Apr 15 02:52:09 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 5766e5704c622db4a368c17d206e7da093ca26a3
      https://github.com/D-Programming-Language/dmd/commit/5766e5704c622db4a368c17d206e7da093ca26a3
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M src/module.c
    M src/module.h
    A test/fail_compilation/extra-files/a14446.d
    A test/fail_compilation/ice14446.d

  Log Message:
  -----------
  fix Issue 14446 - ICE on invalid import


  Commit: 7400aa43503532a8cbb253297e6ef2d5ae9e9495
      https://github.com/D-Programming-Language/dmd/commit/7400aa43503532a8cbb253297e6ef2d5ae9e9495
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-04-15 (Wed, 15 Apr 2015)

  Changed paths:
    M src/module.c
    M src/module.h
    A test/fail_compilation/extra-files/a14446.d
    A test/fail_compilation/ice14446.d

  Log Message:
  -----------
  Merge pull request #4590 from 9rnsr/fix14446

Issue 14446 - ICE on invalid import


Compare: https://github.com/D-Programming-Language/dmd/compare/1d45ed370ce9...7400aa435035


More information about the dmd-internals mailing list