aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/doc/src/notes.xml
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2019-07-10 10:11:18 +0200
committerJohn Högberg <[email protected]>2019-07-10 10:11:18 +0200
commit0ba1c8db3f593736cdffb1f7d4c45ea276ad6d56 (patch)
treebc2fd46c12b1f07ea73f02fad93102a1cf67a2d5 /lib/hipe/doc/src/notes.xml
parentbb4955e083e34be40a9e0d5c0831e5b1498d11df (diff)
parent4e9792256a754ff10f6a214f582fbb58e081deb2 (diff)
downloadotp-0ba1c8db3f593736cdffb1f7d4c45ea276ad6d56.tar.gz
otp-0ba1c8db3f593736cdffb1f7d4c45ea276ad6d56.tar.bz2
otp-0ba1c8db3f593736cdffb1f7d4c45ea276ad6d56.zip
Merge branch 'maint'
* maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # make/otp_version_tickets_in_merge
Diffstat (limited to 'lib/hipe/doc/src/notes.xml')
-rw-r--r--lib/hipe/doc/src/notes.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml
index a2e0766bb7..3fad2ac53a 100644
--- a/lib/hipe/doc/src/notes.xml
+++ b/lib/hipe/doc/src/notes.xml
@@ -31,6 +31,26 @@
</header>
<p>This document describes the changes made to HiPE.</p>
+<section><title>Hipe 3.19.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>The HiPE compiler would badly miscompile certain
+ try/catch expressions, so it will now refuse to compile
+ modules containing try or catch.</p> <p>As a consequence
+ of this, <c>dialyzer</c> will no longer compile key
+ modules to native code.</p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-15949</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Hipe 3.19</title>
<section><title>Fixed Bugs and Malfunctions</title>