October 09, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 8cd8f05dfe1caa050c2995b410d7e73b696cb6ad
      https://github.com/D-Programming-Language/dmd/commit/8cd8f05dfe1caa050c2995b410d7e73b696cb6ad
  Author: Don Clugston <don.clugston at sociomantic.com>
  Date:   2012-09-12 (Wed, 12 Sep 2012)

  Changed paths:
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Fix bug 8644 - CTFE doesn't support string <,> on array literals

This case is not supported by Cmp().


  Commit: f3ee71f1f422fd0ee8863109469f4065a8305b5f
      https://github.com/D-Programming-Language/dmd/commit/f3ee71f1f422fd0ee8863109469f4065a8305b5f
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-09 (Tue, 09 Oct 2012)

  Changed paths:
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Merge pull request #1114 from donc/ctfe8644_arrayliteralcmp

Fix bug 8644 - CTFE doesn't support string <,> on array literals


Compare: https://github.com/D-Programming-Language/dmd/compare/6ecd4f3c9c06...f3ee71f1f422