aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 86afcf0..b071f87 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,18 @@
+2015-08-07 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+ PR fortran/64104
+ * expr.c (gfc_check_init_expr): Allow some IEEE functions in
+ constant expressions.
+ (external_spec_function): Allow some IEEE functions in specification
+ expressions.
+ * simplify.c (gfc_simplify_ieee_selected_real_kind): Remove.
+ (simplify_ieee_selected_real_kind, simplify_ieee_support,
+ matches_ieee_function_name, gfc_simplify_ieee_functions): New
+ functions.
+ * gfortran.h (gfc_simplify_ieee_selected_real_kind): Remove
+ prototype.
+ (gfc_simplify_ieee_functions): Add prototype.
+
2015-08-06 Mikael Morin <mikael@gcc.gnu.org>
* trans.h (gfc_trans_scalar_assign): Remove fourth argument.