(1) The compiler permitted the ordinary relational operators to be used with LOGICAL values but didn't produce useful results. Now you can use .eq. and .ne. (although a warning is printed) and the o
(1) The compiler permitted the ordinary relational operators to be used with LOGICAL values but didn't produce useful results. Now you can use .eq. and .ne. (although a warning is printed) and the other relational operators elicit errors. (2) Length information on expressions is now properly propagated and freed; this used to cause confusion for certain concatenations.
show more ...
|