[dmd-internals] [D-Programming-Language/dmd] afcc1e: 7527 [CTFE] Segfault when slicing a pointer at com...

GitHub noreply at github.com
Fri Feb 17 15:41:33 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: afcc1e525edc2b49e57082b996aa6478bb137ec8
      https://github.com/D-Programming-Language/dmd/commit/afcc1e525edc2b49e57082b996aa6478bb137ec8
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2012-02-17 (Fri, 17 Feb 2012)

  Changed paths:
    M src/interpret.c

  Log Message:
  -----------
  7527 [CTFE] Segfault when slicing a pointer at compile time

Also fixes some poor error messages when slicing null pointers.


  Commit: f4c1359c88f2701e76b5f5da2e0e4703f1b61531
      https://github.com/D-Programming-Language/dmd/commit/f4c1359c88f2701e76b5f5da2e0e4703f1b61531
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2012-02-17 (Fri, 17 Feb 2012)

  Changed paths:
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Test case for 7527


  Commit: d08c5a3671d618488ce160e11730f0eb3ba75cc4
      https://github.com/D-Programming-Language/dmd/commit/d08c5a3671d618488ce160e11730f0eb3ba75cc4
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-02-17 (Fri, 17 Feb 2012)

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

  Log Message:
  -----------
  Merge pull request #728 from donc/ctfe7527

7527 [CTFE] Segfault when slicing a pointer at compile time


Compare: https://github.com/D-Programming-Language/dmd/compare/45ad14f...d08c5a3


More information about the dmd-internals mailing list