[dmd-internals] [D-Programming-Language/dmd] d65689: Fix Issue 10682 - [ICE](cgcod.c line 1561) with ^^...

GitHub noreply at github.com
Thu Sep 12 04:26:44 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: d656898cd69ee242a56bf1d0300a7862338674ea
      https://github.com/D-Programming-Language/dmd/commit/d656898cd69ee242a56bf1d0300a7862338674ea
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-09-06 (Fri, 06 Sep 2013)

  Changed paths:
    M src/optimize.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Fix Issue 10682 - [ICE](cgcod.c line 1561) with ^^ operator

The backend can't handle a shift expression with a ulong rhs, so simulate the cast that is usually added by semantic.


  Commit: 6a90c4df6a25640e745a0c4aa95defb5a084f8ce
      https://github.com/D-Programming-Language/dmd/commit/6a90c4df6a25640e745a0c4aa95defb5a084f8ce
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-09-12 (Thu, 12 Sep 2013)

  Changed paths:
    M src/optimize.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #2528 from yebblies/issue10682

Fix Issue 10682 - [ICE](cgcod.c line 1561) with ^^ operator


Compare: https://github.com/D-Programming-Language/dmd/compare/fe5dfc5d2d09...6a90c4df6a25


More information about the dmd-internals mailing list