[dmd-internals] [D-Programming-Language/dmd] 453da5: Fix bug 10283 ICE(interpret.c): passing struct wit...

GitHub noreply at github.com
Fri Jun 7 03:49:08 PDT 2013


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

  Changed paths:
    M src/expression.c
    A test/fail_compilation/ice10283.d

  Log Message:
  -----------
  Fix bug 10283 ICE(interpret.c): passing struct with failed initializer to CTFE

If a struct literal contains an error field, it's an error.


  Commit: c00056d0f06348d08693fded6610acd690d03426
      https://github.com/D-Programming-Language/dmd/commit/c00056d0f06348d08693fded6610acd690d03426
  Author: Don Clugston <emailsdontbelong at inarepository.com>
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
    M src/cast.c

  Log Message:
  -----------
  Remove last case of optimize(WANTinterpret)


  Commit: 7ca1fe6abd632ec0869ce577401d803e1458128f
      https://github.com/D-Programming-Language/dmd/commit/7ca1fe6abd632ec0869ce577401d803e1458128f
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
    M src/cast.c
    M src/expression.c
    A test/fail_compilation/ice10283.d

  Log Message:
  -----------
  Merge pull request #2144 from donc/ice10283ctfestructlit

10283: ICE in CTFE


Compare: https://github.com/D-Programming-Language/dmd/compare/ba281aea010b...7ca1fe6abd63


More information about the dmd-internals mailing list