[dmd-internals] [D-Programming-Language/dmd] 1d621e: fix Issue 14944 - cannot initialize static array b...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue Sep 1 23:45:32 PDT 2015


  Branch: refs/heads/stable
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 1d621e240a0f8d7df60fb1c7f14da21532aa99d5
      https://github.com/D-Programming-Language/dmd/commit/1d621e240a0f8d7df60fb1c7f14da21532aa99d5
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    M src/e2ir.c
    M src/expression.c
    M src/expression.h
    M test/runnable/sctor.d

  Log Message:
  -----------
  fix Issue 14944 - cannot initialize static array by static this()


  Commit: e6e75a6892fc63307f940e867c0fcdc55406cf9d
      https://github.com/D-Programming-Language/dmd/commit/e6e75a6892fc63307f940e867c0fcdc55406cf9d
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M src/e2ir.c
    M src/expression.c
    M src/expression.h
    M test/runnable/sctor.d

  Log Message:
  -----------
  Merge pull request #5013 from 9rnsr/fix14944

[REG2.064] Issue 14944 - cannot initialize static array by static this()


Compare: https://github.com/D-Programming-Language/dmd/compare/fa02c617d58e...e6e75a6892fc


More information about the dmd-internals mailing list