[dmd-internals] [D-Programming-Language/dmd] 0a7521: Fix bug 10243 [CTFE] Wrong-code on passing derefer...

GitHub noreply at github.com
Tue Jun 18 00:37:37 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0a752177003e3ea8813dea7279071c859b664779
      https://github.com/D-Programming-Language/dmd/commit/0a752177003e3ea8813dea7279071c859b664779
  Author: Don Clugston <emailsdontbelong at inarepository.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

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

  Log Message:
  -----------
  Fix bug 10243 [CTFE] Wrong-code on passing dereferenced array pointer by ref

Don't evaluate *&arr if it is reference.


  Commit: 984f1553884c8ae944ac5c2a7c7a1130b614cc62
      https://github.com/D-Programming-Language/dmd/commit/984f1553884c8ae944ac5c2a7c7a1130b614cc62
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

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

  Log Message:
  -----------
  Merge pull request #2204 from donc/ctfe10243byref

10243 [CTFE] Wrong-code on passing dereferenced array pointer by ref


Compare: https://github.com/D-Programming-Language/dmd/compare/c1899525e3ba...984f1553884c


More information about the dmd-internals mailing list