June 19, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: baf2d607b6b723b498753b730b62b9b258a5659e
      https://github.com/D-Programming-Language/dmd/commit/baf2d607b6b723b498753b730b62b9b258a5659e
  Author: Don Clugston <emailsdontbelong@inarepository.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

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

  Log Message:
  -----------
  Fix bug 9634 [CTFE] wrong code concatenating arrays of structs

When concatenating, the array literals need to be duplicated, if they are CTFE values.


  Commit: 8ed8bd83ad5ca759aa7fccc8141474b4a29d10c5
      https://github.com/D-Programming-Language/dmd/commit/8ed8bd83ad5ca759aa7fccc8141474b4a29d10c5
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2013-06-19 (Wed, 19 Jun 2013)

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

  Log Message:
  -----------
  Merge pull request #2216 from donc/ctfe9634structconcat

9634 [CTFE] wrong code concatenating arrays of structs


Compare: https://github.com/D-Programming-Language/dmd/compare/584bf1752aae...8ed8bd83ad5c