[dmd-internals] [D-Programming-Language/dmd] b33b13: Fix bug 10937 struct inside union gives uninitiali...

GitHub noreply at github.com
Tue Sep 17 22:56:12 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b33b138f632c049b5cfb52ebbbac35b426557f4c
      https://github.com/D-Programming-Language/dmd/commit/b33b138f632c049b5cfb52ebbbac35b426557f4c
  Author: Don Clugston <emailsdontbelong at inarepository.com>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Fix bug 10937 struct inside union gives uninitialized error in CTFE

Remove over-zealous assert, add comments to explain why.


  Commit: 2f59d8656a6b97e0bb285d6b5bbd5c9d5f69b9ad
      https://github.com/D-Programming-Language/dmd/commit/2f59d8656a6b97e0bb285d6b5bbd5c9d5f69b9ad
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-09-17 (Tue, 17 Sep 2013)

  Changed paths:
    M src/interpret.c
    M test/compilable/interpret3.d

  Log Message:
  -----------
  Merge pull request #2567 from donc/regression10994void

Regression 10937 struct inside union gives uninitialized error in CTFE


Compare: https://github.com/D-Programming-Language/dmd/compare/9a321180e0c7...2f59d8656a6b


More information about the dmd-internals mailing list