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 <[email protected]>
  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 <[email protected]>
  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
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to