[dmd-internals] [D-Programming-Language/dmd] baf2d6: Fix bug 9634 [CTFE] wrong code concatenating array...

GitHub noreply at github.com
Wed Jun 19 02:12:12 PDT 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 at 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 at 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


More information about the dmd-internals mailing list