[dmd-internals] [D-Programming-Language/dmd] 7535f3: Fix Issue 3672 - Read-modify-write operations shou...

GitHub via dmd-internals dmd-internals at puremagic.com
Sun Jun 1 05:56:19 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 7535f3dc86e9e88c4ee609dd98b5305224c3b88a
      https://github.com/D-Programming-Language/dmd/commit/7535f3dc86e9e88c4ee609dd98b5305224c3b88a
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2014-05-02 (Fri, 02 May 2014)

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

  Log Message:
  -----------
  Fix Issue 3672 - Read-modify-write operations should not be allowed for shared variables.


  Commit: 276a69327652be8d95607cec142790baae110d0c
      https://github.com/D-Programming-Language/dmd/commit/276a69327652be8d95607cec142790baae110d0c
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2014-06-01 (Sun, 01 Jun 2014)

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

  Log Message:
  -----------
  Merge pull request #3070 from AndrejMitrovic/Fix3672

Issue 3672 - Read-modify-write operations should not be allowed for shared variables.


Compare: https://github.com/D-Programming-Language/dmd/compare/c7051cd1a109...276a69327652


More information about the dmd-internals mailing list