[dmd-internals] [D-Programming-Language/dmd] c85f08: fix Issue 4162 - pass by alias offset problems

GitHub noreply at github.com
Mon Nov 18 08:41:55 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: c85f088cd88cfc62a40b7406b7203c738a65d39f
      https://github.com/D-Programming-Language/dmd/commit/c85f088cd88cfc62a40b7406b7203c738a65d39f
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    M test/runnable/nested.d

  Log Message:
  -----------
  fix Issue 4162 - pass by alias offset problems


  Commit: d8d124f38e533c3e1415e1cdf147cc64dda8b305
      https://github.com/D-Programming-Language/dmd/commit/d8d124f38e533c3e1415e1cdf147cc64dda8b305
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    A test/fail_compilation/diag6796.d

  Log Message:
  -----------
  fix Issue 6796 - Several __error with wrong enum definition


  Commit: 4ac3cd35d11752f640402752bed2cf5f6970989c
      https://github.com/D-Programming-Language/dmd/commit/4ac3cd35d11752f640402752bed2cf5f6970989c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    A test/fail_compilation/diag9765.d

  Log Message:
  -----------
  fix Issue 9765 - Error message with __error with struct literal dotvar expression


  Commit: 463fd65626bceb2a2431efc089505af1a6f8a480
      https://github.com/D-Programming-Language/dmd/commit/463fd65626bceb2a2431efc089505af1a6f8a480
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    A test/fail_compilation/diag9861.d

  Log Message:
  -----------
  fix Issue 9861 - Spurious 'is used as type' error with failed template instantiation


  Commit: 688de327e7208f546b4d2646b21a60fd748b6363
      https://github.com/D-Programming-Language/dmd/commit/688de327e7208f546b4d2646b21a60fd748b6363
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    A test/fail_compilation/ice10259.d

  Log Message:
  -----------
  fix Issue 10259 - ICE on invalid compile-time class instantiation


  Commit: 165ddf9d58bc08a08f551e244a5a2721c2ac09f7
      https://github.com/D-Programming-Language/dmd/commit/165ddf9d58bc08a08f551e244a5a2721c2ac09f7
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    M test/runnable/interpret.d

  Log Message:
  -----------
  fix Issue 10483 - ICE(expression.c) .init of struct with block initialized 2D static array


  Commit: 25fe0b041de4f70068849267e3d69e2499f20f5b
      https://github.com/D-Programming-Language/dmd/commit/25fe0b041de4f70068849267e3d69e2499f20f5b
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    A test/compilable/ice10598.d
    A test/compilable/imports/ice10598a.d
    A test/compilable/imports/ice10598b.d

  Log Message:
  -----------
  fix Issue 10598 - Using not-imported type - AssertFail: 'global.errors' line 6040 'template.c'


  Commit: b2941721d80ff3f5b13f10711f6416e3e52c9a45
      https://github.com/D-Programming-Language/dmd/commit/b2941721d80ff3f5b13f10711f6416e3e52c9a45
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    A test/compilable/ice10598.d
    A test/compilable/imports/ice10598a.d
    A test/compilable/imports/ice10598b.d
    A test/fail_compilation/diag6796.d
    A test/fail_compilation/diag9765.d
    A test/fail_compilation/diag9861.d
    A test/fail_compilation/ice10259.d
    M test/runnable/interpret.d
    M test/runnable/nested.d

  Log Message:
  -----------
  Merge pull request #2819 from 9rnsr/worksforme

[trivial] Add test cases for WORKSFORME issues


Compare: https://github.com/D-Programming-Language/dmd/compare/346988f85870...b2941721d80f


More information about the dmd-internals mailing list