[dmd-internals] [D-Programming-Language/dmd] f942d1: fix Issue 11755 - Operator <>= and !<>= with array...

GitHub noreply at github.com
Sat Dec 21 21:26:40 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: f942d1eb9d80d574ee5a68d8bc85032ff53c82fe
      https://github.com/D-Programming-Language/dmd/commit/f942d1eb9d80d574ee5a68d8bc85032ff53c82fe
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-21 (Sat, 21 Dec 2013)

  Changed paths:
    M src/expression.c
    A test/fail_compilation/ice11755.d

  Log Message:
  -----------
  fix Issue 11755 - Operator <>= and !<>= with arrays make internal error in e2ir

Currently backend layer implicitly translates NCEG operators to the corresponding integer operators in non-floating comparisons. If no corresponding operator exists, it had been reported backend error, and now ICE causes.


  Commit: de0600bfade852fbecc0e777e133d0ac1b97d609
      https://github.com/D-Programming-Language/dmd/commit/de0600bfade852fbecc0e777e133d0ac1b97d609
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-12-21 (Sat, 21 Dec 2013)

  Changed paths:
    M src/expression.c
    A test/fail_compilation/ice11755.d

  Log Message:
  -----------
  Merge pull request #3000 from 9rnsr/fix11755

[REG2.065a] Issue 11755 - Operator <>= and !<>= with arrays make internal error in e2ir


Compare: https://github.com/D-Programming-Language/dmd/compare/d098e5caafd7...de0600bfade8


More information about the dmd-internals mailing list