diff options
author | Rickard Green <[email protected]> | 2017-10-05 19:25:50 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-10-05 19:25:50 +0200 |
commit | 3f4aac5b00959d3f0ddfaf54a3163cd75053dd24 (patch) | |
tree | ee03096415bb249e5cf52dc5ada7b5f8f0f1dd77 /lib/compiler/doc | |
parent | 1d1fbedf082111c0e98415f69f8a7e21436cf54d (diff) | |
parent | 2cc46961352aded5c84ecb9bcb32581461dbc047 (diff) | |
download | otp-3f4aac5b00959d3f0ddfaf54a3163cd75053dd24.tar.gz otp-3f4aac5b00959d3f0ddfaf54a3163cd75053dd24.tar.bz2 otp-3f4aac5b00959d3f0ddfaf54a3163cd75053dd24.zip |
Merge branch 'maint-19' into maint
* maint-19:
Updated OTP version
Update release notes
Update version numbers
Conflicts:
OTP_VERSION
erts/doc/src/notes.xml
erts/vsn.mk
lib/compiler/doc/src/notes.xml
lib/compiler/vsn.mk
otp_versions.table
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index bd095c422a..433fc3b86e 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -294,6 +294,23 @@ </section> +<section><title>Compiler 7.0.4.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.0.4</title> <section><title>Fixed Bugs and Malfunctions</title> |