[dmd-internals] [D-Programming-Language/dmd] de3a12: Fix issue 9938 ICE using global interface variable...

GitHub noreply at github.com
Wed Apr 17 14:03:10 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: de3a12435a92b6309ab11684c149eb527e458b75
      https://github.com/D-Programming-Language/dmd/commit/de3a12435a92b6309ab11684c149eb527e458b75
  Author: Don Clugston <emailsdontbelong at inarepository.com>
  Date:   2013-04-17 (Wed, 17 Apr 2013)

  Changed paths:
    M src/interpret.c
    M test/runnable/interpret.d

  Log Message:
  -----------
  Fix issue 9938 ICE using global interface variable in CTFE

Can't just use getValue() to get the value of the 'this', it might
be a global.


  Commit: a799e8845e8f5020e7993e6b35c002d416e5879e
      https://github.com/D-Programming-Language/dmd/commit/a799e8845e8f5020e7993e6b35c002d416e5879e
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-04-17 (Wed, 17 Apr 2013)

  Changed paths:
    M src/interpret.c
    M test/runnable/interpret.d

  Log Message:
  -----------
  Merge pull request #1906 from donc/ctfe9938classglobal

9938 ICE using global interface variable in CTFE


Compare: https://github.com/D-Programming-Language/dmd/compare/0630526408b4...a799e8845e8f


More information about the dmd-internals mailing list