[dmd-internals] [D-Programming-Language/dmd] 22973a: Fix bug 10252 CTFE: Generate error for shr/ushr/sh...

GitHub noreply at github.com
Tue Jun 4 18:13:59 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 22973a6c7103528a82ec2f5d5fc61653097535c3
      https://github.com/D-Programming-Language/dmd/commit/22973a6c7103528a82ec2f5d5fc61653097535c3
  Author: Don Clugston <emailsdontbelong at inarepository.com>
  Date:   2013-06-03 (Mon, 03 Jun 2013)

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

  Log Message:
  -----------
  Fix bug 10252 CTFE: Generate error for shr/ushr/shl out of range

Use same behaviour as for const-folding.


  Commit: 4e5179e795e1ab347511cb0e34244f8f3f30f430
      https://github.com/D-Programming-Language/dmd/commit/4e5179e795e1ab347511cb0e34244f8f3f30f430
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-06-04 (Tue, 04 Jun 2013)

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

  Log Message:
  -----------
  Merge pull request #2127 from donc/ctfe_shiftrange

10252 CTFE: Generate error for shr/ushr/shl out of range


Compare: https://github.com/D-Programming-Language/dmd/compare/49849104e815...4e5179e795e1


More information about the dmd-internals mailing list