[dmd-internals] [D-Programming-Language/dmd] b60c0d: Fix issue 10568 CTFE rejects function pointer safe...

GitHub noreply at github.com
Mon Jul 8 04:49:31 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b60c0d71a7cff7c0a0bd33df13fd591caceda911
      https://github.com/D-Programming-Language/dmd/commit/b60c0d71a7cff7c0a0bd33df13fd591caceda911
  Author: Don Clugston <emailsdontbelong at inarepository.com>
  Date:   2013-07-08 (Mon, 08 Jul 2013)

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

  Log Message:
  -----------
  Fix issue 10568 CTFE rejects function pointer safety casts

We need to check for function pointer covariance


  Commit: 7258322abba09d2347401be15c0b6a8c75fed34f
      https://github.com/D-Programming-Language/dmd/commit/7258322abba09d2347401be15c0b6a8c75fed34f
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-07-08 (Mon, 08 Jul 2013)

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

  Log Message:
  -----------
  Merge pull request #2319 from donc/ctfeCastSafety

Fix issue 10568 CTFE rejects function pointer safety casts


Compare: https://github.com/D-Programming-Language/dmd/compare/6c6765783609...7258322abba0


More information about the dmd-internals mailing list