aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-08-18 00:16:43 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-08-18 00:16:43 +0000
commit0342f034adc677aa93e9a4587eb0b1e9dff9eab7 (patch)
treeedbace84f625d5f6c224410b997f8a34b0f53c30 /gcc/fortran
parentc352361b5eec003d5f26feaf1ef58a0c55f659ad (diff)
downloadgcc-0342f034adc677aa93e9a4587eb0b1e9dff9eab7.zip
gcc-0342f034adc677aa93e9a4587eb0b1e9dff9eab7.tar.gz
gcc-0342f034adc677aa93e9a4587eb0b1e9dff9eab7.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index cd7be0f..678059b 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,19 @@
+2022-08-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+ Jakub Jelinek <jakub@redhat.com>
+
+ PR fortran/46539
+ * lang.opt (static-libquadmath): New option.
+ * invoke.texi (-static-libquadmath): Document it.
+ * options.cc (gfc_handle_option): Error out if -static-libquadmath
+ is passed but we do not support it.
+
+2022-08-17 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/106566
+ * openmp.cc (gfc_match_omp_clauses): Fix setting linear-step value
+ to 1 when not specified.
+ (gfc_match_omp_declare_simd): Accept module procedures.
+
2022-08-16 Martin Liska <mliska@suse.cz>
* gfortran.texi: Fix link destination to a valid URL.