[dmd-internals] [D-Programming-Language/dmd] 7f50fb: Fix bug 10579 CTFE ICE with TypeInfo

GitHub noreply at github.com
Tue Jul 9 01:10:02 PDT 2013


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

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

  Log Message:
  -----------
  Fix bug 10579 CTFE ICE with TypeInfo

Applies to any attempt to call a virtual function on a static
variable.


  Commit: 25db2c93a5fc94899cc9632e64aa3348f7ee2442
      https://github.com/D-Programming-Language/dmd/commit/25db2c93a5fc94899cc9632e64aa3348f7ee2442
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2013-07-08 (Mon, 08 Jul 2013)

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

  Log Message:
  -----------
  Bug 10579 CTFE ICE second case

ICE when resolving a virtual function call in CTFE. Same ICE
as bug 10579.


  Commit: 92abc937b669166398a3740985958c5e9b690fd2
      https://github.com/D-Programming-Language/dmd/commit/92abc937b669166398a3740985958c5e9b690fd2
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2013-07-09 (Tue, 09 Jul 2013)

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

  Log Message:
  -----------
  Merge pull request #2325 from donc/ice_ctfe_10579

10579 Regression CTFE ICE with TypeInfo


Compare: https://github.com/D-Programming-Language/dmd/compare/5378ea8f2c19...92abc937b669


More information about the dmd-internals mailing list