From 20e26498ff75c4689a68e11e28016ae5fe44d791 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Jul 2019 09:52:19 +0200 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 20 ++++++++++++++++++++ lib/hipe/vsn.mk | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) (limited to 'lib/hipe') 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 @@

This document describes the changes made to HiPE.

+
Hipe 3.19.1 + +
Fixed Bugs and Malfunctions + + +

The HiPE compiler would badly miscompile certain + try/catch expressions, so it will now refuse to compile + modules containing try or catch.

As a consequence + of this, dialyzer will no longer compile key + modules to native code.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15949

+
+
+
+ +
+
Hipe 3.19
Fixed Bugs and Malfunctions diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index a91d92ca14..3a22e07f57 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.19 +HIPE_VSN = 3.19.1 -- cgit v1.2.3