From 9780184b2cf76eced1ef987408073e96cc29f3bb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Mar 2019 11:52:56 +0100 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'lib/compiler/doc') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 02e6203137..d45dfef8f3 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,38 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.3.2 + +
Fixed Bugs and Malfunctions + + +

An expression such as (A / B) band 16#ff would + crash the compiler.

+

+ Own Id: OTP-15518 Aux Id: ERL-829

+
+ +

There could be an incorrect warning when the + tuple_calls option was given. The generated code + would be correct. Here is an example of code that would + trigger the warning:

+

(list_to_atom("prefix_" ++ + atom_to_list(suffix))):doit(X).

+

+ Own Id: OTP-15552 Aux Id: ERL-838

+
+ +

Optimize (again) Dialyzer's handling of + left-associative use of andalso and orelse + in guards.

+

+ Own Id: OTP-15577 Aux Id: ERL-851, PR-2141, PR-1944

+
+
+
+ +
+
Compiler 7.3.1
Fixed Bugs and Malfunctions -- cgit v1.2.3