Changes for 9864

master
Xavier Leroy 2020-09-16 14:01:49 +02:00
parent a61052edf5
commit a33cfe5859
1 changed files with 5 additions and 0 deletions

View File

@ -144,6 +144,11 @@ Working version
possible, improving instruction selection.
(Stephen Dolan, review by Leo White and Xavier Leroy)
- #9864: Revised recognition of immediate arguments to integer operations.
Fixes several issues that could have led to producing assembly code
that is rejected by the assembler.
(Xavier Leroy, review by Stephen Dolan)
### Standard library:
- #9865: add Format.pp_print_seq