diff options
author | Erlang/OTP <[email protected]> | 2015-09-21 17:09:23 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-09-21 17:09:23 +0200 |
commit | 6738d356a279835222b951fd213ed4cf9897eb7e (patch) | |
tree | c39c9d8a149d987b190897c03c0f3a6541fb375b /lib/compiler/doc | |
parent | c4a35d1b3a5fb7f76fb50861e52be72aeafc389d (diff) | |
download | otp-6738d356a279835222b951fd213ed4cf9897eb7e.tar.gz otp-6738d356a279835222b951fd213ed4cf9897eb7e.tar.bz2 otp-6738d356a279835222b951fd213ed4cf9897eb7e.zip |
Prepare release
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 6db8d19b5a..bd85f22462 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,26 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 6.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix <c>get_map_elements</c> register corruption</p> + <p> + Instruction <c>get_map_elements</c> might destroy target + registers when the fail-label is taken. Only seen for + patterns with two, and only two, target registers. + Specifically if we copy one register and then jump.</p> + <p> + Own Id: OTP-12967</p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 6.0</title> <section><title>Fixed Bugs and Malfunctions</title> |