Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 57f6bdcc3ec10dfc9f7081e7b781d4799e45317f
      
https://github.com/D-Programming-Language/dmd/commit/57f6bdcc3ec10dfc9f7081e7b781d4799e45317f
  Author: k-hara <[email protected]>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M src/mtype.c

  Log Message:
  -----------
  fix Issue 8913 - Wrong code in IfStatement condition Expression

Type cast from `e : T[n]` to `T*` should generate `&e[0]`, not `&e`.


  Commit: 62818b3863a14ccc828c1d3623db038170a8c129
      
https://github.com/D-Programming-Language/dmd/commit/62818b3863a14ccc828c1d3623db038170a8c129
  Author: Don Clugston <[email protected]>
  Date:   2013-01-31 (Thu, 31 Jan 2013)

  Changed paths:
    M src/mtype.c

  Log Message:
  -----------
  Merge pull request #1382 from 9rnsr/fix8913

Issue 8913 - Wrong code in IfStatement condition Expression


Compare: 
https://github.com/D-Programming-Language/dmd/compare/b94fd3b7d216...62818b3863a1
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to