[dmd-internals] [D-Programming-Language/dmd] b4b621: fix Issue 8400 - static array type cannot interpre...

GitHub noreply at github.com
Thu Jul 19 23:53:32 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b4b6211c519cc744c83e2985fcfaafe68c0fad19
      https://github.com/D-Programming-Language/dmd/commit/b4b6211c519cc744c83e2985fcfaafe68c0fad19
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-07-19 (Thu, 19 Jul 2012)

  Changed paths:
    M src/mtype.c
    M test/runnable/constfold.d

  Log Message:
  -----------
  fix Issue 8400 - static array type cannot interpret dynamic array length

Local variables always should be interpreted to detect whether it is really constant expression or not.


  Commit: 0dad66820b826d4ee55a82f0a692548c5bd511af
      https://github.com/D-Programming-Language/dmd/commit/0dad66820b826d4ee55a82f0a692548c5bd511af
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2012-07-19 (Thu, 19 Jul 2012)

  Changed paths:
    M src/mtype.c
    M test/runnable/constfold.d

  Log Message:
  -----------
  Merge pull request #1058 from 9rnsr/fix8400

Issue 8400 - static array type cannot interpret dynamic array length


Compare: https://github.com/D-Programming-Language/dmd/compare/bdb1f13fa912...0dad66820b82


More information about the dmd-internals mailing list