From ada2a055fd183082bcefd5e4b94477959e75ebee Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 6 Dec 2010 12:31:03 +0100 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'lib/compiler/doc/src') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 00ea0da55c..9d89b17afb 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -31,6 +31,56 @@

This document describes the changes made to the Compiler application.

+
Compiler 4.7.2 + +
Fixed Bugs and Malfunctions + + +

+ Two compiler bugs (that would cause the compiler to + terminate) reported by Christopher Williams have been + fixed.

+

+ Own Id: OTP-8949

+
+
+
+ + +
Improvements and New Features + + +

The compiler would translate binary comprehensions + containing tail segments in a way that would would + confuse Dialyzer. For instance:

+

[42 || <<_:8/integer, _/bits>> <= + Bits]

+

+ would produce a Dialyzer warning.

+

+ Own Id: OTP-8864

+
+ +

+ Code such as foo(A) -> <<A:0>> + would crash the compiler.

+

+ Own Id: OTP-8865

+
+ +

+ The compiler could fail with an internal error when + variables were exported from a receive block but the + return value of the receive block were not used. (Thanks + to Jim Engquist for reporting this error.)

+

+ Own Id: OTP-8888

+
+
+
+ +
+
Compiler 4.7.1
Improvements and New Features -- cgit v1.2.3