November 16, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 47abaf60e7960fffe56612c0f0c8ce91c08b3939
      https://github.com/D-Programming-Language/dmd/commit/47abaf60e7960fffe56612c0f0c8ce91c08b3939
  Author: Walter Bright <walter@walterbright.com>
  Date:   2014-11-15 (Sat, 15 Nov 2014)

  Changed paths:
    M src/func.c
    M src/struct.c
    M test/fail_compilation/fail10115.d
    A test/fail_compilation/fail4421.d

  Log Message:
  -----------
  fix Issue 4421 - Union propagates copy constructors and destructors over all members


  Commit: ec674671879999a983c4e71b351acae90f249b20
      https://github.com/D-Programming-Language/dmd/commit/ec674671879999a983c4e71b351acae90f249b20
  Author: Martin Nowak <code@dawg.eu>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M src/func.c
    M src/struct.c
    M test/fail_compilation/fail10115.d
    A test/fail_compilation/fail4421.d

  Log Message:
  -----------
  Merge pull request #4144 from WalterBright/fix4421

fix Issue 4421 - Union propagates copy constructors and destructors over all members


Compare: https://github.com/D-Programming-Language/dmd/compare/31326431312a...ec6746718799