[dmd-internals] [D-Programming-Language/dmd] 17e172: xtest46: Don't use overlapping array operation.

GitHub noreply at github.com
Tue Feb 5 02:35:37 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 17e1724363b30be59d6cb5a9592a04084f80ec99
      https://github.com/D-Programming-Language/dmd/commit/17e1724363b30be59d6cb5a9592a04084f80ec99
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2013-02-04 (Mon, 04 Feb 2013)

  Changed paths:
    M test/runnable/xtest46.d

  Log Message:
  -----------
  xtest46: Don't use overlapping array operation.

In this specific case, there is little reason for it not to work,
but druntime checks for overlapping operands in its in contract
anyway.

Fixes the test suite build in debug mode.


  Commit: 3c1a1f36a19c72fd4bc08f308077355eeb34631a
      https://github.com/D-Programming-Language/dmd/commit/3c1a1f36a19c72fd4bc08f308077355eeb34631a
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-02-05 (Tue, 05 Feb 2013)

  Changed paths:
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #1470 from klickverbot/xtest46-array-overlap

xtestt46: Don't use overlapping array operation.


Compare: https://github.com/D-Programming-Language/dmd/compare/65dd3339100c...3c1a1f36a19c


More information about the dmd-internals mailing list