diff options
author | Erlang/OTP <[email protected]> | 2017-08-23 10:39:49 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-08-23 10:39:49 +0200 |
commit | e769d2c06eddfca16b1d4b5f7a3a7d1ed0218777 (patch) | |
tree | 54b8896d19e309072a918d347fc145b7e798103c /lib/compiler | |
parent | c150a747affa0d1cba56cbfbf207e65ffe52e6ed (diff) | |
download | otp-e769d2c06eddfca16b1d4b5f7a3a7d1ed0218777.tar.gz otp-e769d2c06eddfca16b1d4b5f7a3a7d1ed0218777.tar.bz2 otp-e769d2c06eddfca16b1d4b5f7a3a7d1ed0218777.zip |
Prepare release
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/compiler/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index f3d42a909b..bc335a9eaa 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,23 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 7.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fail labels on guard BIFs weren't taken into account + during an optimization pass, and a bug in the validation + pass sometimes prevented this from being noticed when a + fault occurred.</p> + <p> + Own Id: OTP-14522 Aux Id: ERIERL-48 </p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index 463c264a5f..27ee5a3fb7 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.1 +COMPILER_VSN = 7.1.1 |