[dmd-internals] [D-Programming-Language/dmd] 46096c: Add test for https://issues.dlang.org/show_bug.cgi...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue May 19 10:25:46 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 46096c0e00b2836de5f225ada0b28f30d972c6ca
      https://github.com/D-Programming-Language/dmd/commit/46096c0e00b2836de5f225ada0b28f30d972c6ca
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M src/expression.c
    M src/expression.h
    A test/fail_compilation/b3841.d

  Log Message:
  -----------
  Add test for https://issues.dlang.org/show_bug.cgi?id=3841, fix it


  Commit: 4fb90c780f2a342d441de77f87beeebb73d4c87b
      https://github.com/D-Programming-Language/dmd/commit/4fb90c780f2a342d441de77f87beeebb73d4c87b
  Author: Clement Courbet <courbet at google.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M test/runnable/test42.d

  Log Message:
  -----------
  Fix bad usage of int *= float: generate a const shift by other means


  Commit: bd259864438f9150d0eac592252978c48c09d533
      https://github.com/D-Programming-Language/dmd/commit/bd259864438f9150d0eac592252978c48c09d533
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M src/expression.c
    M src/expression.h
    A test/fail_compilation/b3841.d
    M test/runnable/test42.d

  Log Message:
  -----------
  Merge pull request #4643 from legrosbuffle/fix3841

Issue 3841: silent implicit cast from floating point to integral in += etc. operators


Compare: https://github.com/D-Programming-Language/dmd/compare/7fa9cd9de5d2...bd259864438f


More information about the dmd-internals mailing list