[dmd-internals] [D-Programming-Language/dmd] 5989e4: fix Issue 12673 - ICE with static assert and __tra...

GitHub via dmd-internals dmd-internals at puremagic.com
Sun May 4 05:43:38 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 5989e42cf588e81053b37f361cfc5d9a2e8a8d8d
      https://github.com/D-Programming-Language/dmd/commit/5989e42cf588e81053b37f361cfc5d9a2e8a8d8d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M src/func.c
    A test/fail_compilation/ice12673.d

  Log Message:
  -----------
  fix Issue 12673 - ICE with static assert and __traits(compiles) with non-existent symbol


  Commit: ac5dd22276a26ee0f9ca7c35abb49160144d94c3
      https://github.com/D-Programming-Language/dmd/commit/ac5dd22276a26ee0f9ca7c35abb49160144d94c3
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M src/func.c
    A test/fail_compilation/ice12673.d

  Log Message:
  -----------
  Merge pull request #3525 from 9rnsr/fix12673

Issue 12673 - ICE with static assert and __traits(compiles) with non-existent symbol


Compare: https://github.com/D-Programming-Language/dmd/compare/1f1f7fe5720a...ac5dd22276a2


More information about the dmd-internals mailing list