June 04, 2013 [dmd-internals] [D-Programming-Language/dmd] 22973a: Fix bug 10252 CTFE: Generate error for shr/ushr/sh... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation