aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-11-16 12:34:48 +0100
committerJohn Högberg <[email protected]>2018-11-16 12:34:48 +0100
commitd7f9029afb669fd8dd8590e72cd7f0f30b2e9c84 (patch)
tree9ca95dd422574a24b3691cc798bc3d9a125fe01a /lib/compiler
parent605117974bee105094fa6bd9e4b7b47ae623eb1a (diff)
parent5503d96504a89b1b00a78f7e7d12e79be553b215 (diff)
downloadotp-d7f9029afb669fd8dd8590e72cd7f0f30b2e9c84.tar.gz
otp-d7f9029afb669fd8dd8590e72cd7f0f30b2e9c84.tar.bz2
otp-d7f9029afb669fd8dd8590e72cd7f0f30b2e9c84.zip
Merge branch 'maint'
* maint: Updated OTP version Prepare release
Diffstat (limited to 'lib/compiler')
-rw-r--r--lib/compiler/doc/src/notes.xml15
-rw-r--r--lib/compiler/vsn.mk2
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index 5024310788..e0e5bc832b 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -32,6 +32,21 @@
<p>This document describes the changes made to the Compiler
application.</p>
+<section><title>Compiler 7.2.7</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Fixed a bug where incorrect code was generated
+ following a binary match guard.</p>
+ <p>
+ Own Id: OTP-15353 Aux Id: ERL-753 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Compiler 7.2.6</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk
index ab707885f4..92f8aec424 100644
--- a/lib/compiler/vsn.mk
+++ b/lib/compiler/vsn.mk
@@ -1 +1 @@
-COMPILER_VSN = 7.2.6
+COMPILER_VSN = 7.2.7