[dmd-internals] [D-Programming-Language/dmd] 5bb812: fix Issue 10015 - Segfault on forward referencing ...

GitHub noreply at github.com
Sun Nov 3 07:28:33 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 5bb812cf4f3abad8345739729df929efccc4989c
      https://github.com/D-Programming-Language/dmd/commit/5bb812cf4f3abad8345739729df929efccc4989c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M src/declaration.c
    A test/compilable/fwdref10015.d

  Log Message:
  -----------
  fix Issue 10015 - Segfault on forward referencing a variable of templated struct


  Commit: d40a8096b158fb957be982a8c6f6d4cd868086ec
      https://github.com/D-Programming-Language/dmd/commit/d40a8096b158fb957be982a8c6f6d4cd868086ec
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-11-03 (Sun, 03 Nov 2013)

  Changed paths:
    M src/declaration.c
    A test/compilable/fwdref10015.d

  Log Message:
  -----------
  Merge pull request #2708 from 9rnsr/fix10015

Issue 10015 - Segfault on forward referencing a variable of templated struct


Compare: https://github.com/D-Programming-Language/dmd/compare/05686c718457...d40a8096b158


More information about the dmd-internals mailing list