[dmd-internals] [D-Programming-Language/dmd] 0a1b38: fix Issue 12748 - ICE: Using typeof(S.init[0]) in ...

GitHub via dmd-internals dmd-internals at puremagic.com
Mon Feb 1 10:56:59 PST 2016


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0a1b380861b21e8218f8d0185e96e5b6a8f33228
      https://github.com/D-Programming-Language/dmd/commit/0a1b380861b21e8218f8d0185e96e5b6a8f33228
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
    M src/dtemplate.d
    M test/runnable/template9.d

  Log Message:
  -----------
  fix Issue 12748 - ICE: Using typeof(S.init[0]) in type name specialization

`reliesOnTident` should support representation check for both Type and Expression.


  Commit: cdb49cdd575c2d37f044ebf1aa0f1f0670ebcc61
      https://github.com/D-Programming-Language/dmd/commit/cdb49cdd575c2d37f044ebf1aa0f1f0670ebcc61
  Author: Iain Buclaw <ibuclaw at gdcproject.org>
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
    M src/dtemplate.d
    M test/runnable/template9.d

  Log Message:
  -----------
  Merge pull request #4910 from 9rnsr/fix12748

Issue 12748 - ICE: Using typeof(S.init[0]) in type name specialization


Compare: https://github.com/D-Programming-Language/dmd/compare/92b3fead8082...cdb49cdd575c


More information about the dmd-internals mailing list