aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-10-14 00:16:40 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-10-14 00:16:40 +0000
commit300d7d3a8f4b53d045ce43f1ed4e10301781c786 (patch)
treee5844e31d91ad103cd438e2274a4d077b33de90a /gcc/fortran
parentd78fef5371759849944966dec65d9e987efba509 (diff)
downloadgcc-300d7d3a8f4b53d045ce43f1ed4e10301781c786.zip
gcc-300d7d3a8f4b53d045ce43f1ed4e10301781c786.tar.gz
gcc-300d7d3a8f4b53d045ce43f1ed4e10301781c786.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index fcd81d4..b833f52 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,24 @@
+2023-10-13 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/104351
+ * decl.cc (get_proc_name): Extend name conflict detection between
+ internal procedure and previous declaration also to derived type.
+
+2023-10-13 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/110957
+ * invoke.texi: Update documentation to reflect '-ffpe-trap=none'.
+ * options.cc (gfc_handle_fpe_option): Fix mixup up of error messages
+ for options -ffpe-trap and -ffpe-summary. Accept '-ffpe-trap=none'
+ to clear FPU traps previously set on command line.
+
+2023-10-13 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/111779
+ * trans-expr.cc (gfc_trans_assignment_1): Initialize
+ lhs_caf_attr and rhs_caf_attr codimension flag to avoid
+ false positive -Wuninitialized.
+
2023-10-12 Paul Thomas <pault@gcc.gnu.org>
PR fortran/67740