[dmd-internals] [D-Programming-Language/dmd] 0ae51e: 6052c [CTFE] Structs elements in an array are trea...

noreply at github.com noreply at github.com
Wed Jun 1 17:08:17 PDT 2011


Branch: refs/heads/master
Home:   https://github.com/D-Programming-Language/dmd

Commit: 0ae51ead31246c7db23438d1d13bbfd8a2145f2f
    https://github.com/D-Programming-Language/dmd/commit/0ae51ead31246c7db23438d1d13bbfd8a2145f2f
Author: Don Clugston <dclugston at googlemail.com>
Date:   2011-06-01 (Wed, 01 Jun 2011)

Changed paths:
  M src/interpret.c

Log Message:
-----------
6052c [CTFE] Structs elements in an array are treated like reference type

Concatentation case.


Commit: 17ee17f1d64978b45409eab6dafd42d82cd7cdab
    https://github.com/D-Programming-Language/dmd/commit/17ee17f1d64978b45409eab6dafd42d82cd7cdab
Author: Don Clugston <dclugston at googlemail.com>
Date:   2011-06-01 (Wed, 01 Jun 2011)

Changed paths:
  M test/compilable/interpret3.d

Log Message:
-----------
Test cases for 6052c and 6052d

There are six combinations {static array, struct}*{~,~=, .length increase}


Commit: b49b38fcab5d31883173e747ebafa1598046264d
    https://github.com/D-Programming-Language/dmd/commit/b49b38fcab5d31883173e747ebafa1598046264d
Author: Walter Bright <walter at walterbright.com>
Date:   2011-06-01 (Wed, 01 Jun 2011)

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

Log Message:
-----------
Merge pull request #81 from donc/ctfe5966

Four more CTFE bugs


Compare: https://github.com/D-Programming-Language/dmd/compare/8dbd9bf...b49b38f


More information about the dmd-internals mailing list