[dmd-internals] [D-Programming-Language/dmd] 9579eb: fix Issue 8665 - auto function and implicit conver...

GitHub noreply at github.com
Sun Oct 28 05:50:21 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 9579eb4733df142914c32b34601b42fb22bbbf49
      https://github.com/D-Programming-Language/dmd/commit/9579eb4733df142914c32b34601b42fb22bbbf49
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)

  Changed paths:
    M src/arraytypes.h
    M src/declaration.h
    M src/func.c
    M src/statement.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  fix Issue 8665 - auto function and implicit conversion in return statement corrupt returned value


  Commit: 1ee74a1a3b0480edc439dbe1fb004e027e296088
      https://github.com/D-Programming-Language/dmd/commit/1ee74a1a3b0480edc439dbe1fb004e027e296088
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    M src/arraytypes.h
    M src/declaration.h
    M src/func.c
    M src/statement.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #1118 from 9rnsr/fix8665

Issue 8665 - auto function and implicit conversion in return statement corrupt returned value


Compare: https://github.com/D-Programming-Language/dmd/compare/c6f32af2ccbc...1ee74a1a3b04


More information about the dmd-internals mailing list