]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 6 Feb 2023 00:16:30 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 6 Feb 2023 00:16:30 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 04033165f793398cadc6f137ea752b56ab4e4ed1..8feb862573cf40419cddcfbe5bc32eb08d767191 100644 (file)
@@ -1,3 +1,7 @@
+2023-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/install.texi (Specific): Remove PW32.
+
 2023-02-03  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/108647
index 40ef8d39af3097ba8b5c422167de6f5a54276f7d..285087c482abc4dea70425efa510f82a08372c70 100644 (file)
@@ -1 +1 @@
-20230205
+20230206
index 687ca79a7cc23b7dabfecdd31bccb608e671f477..232b548690bb1ba19c6fc4f069cef417a3bdc82e 100644 (file)
@@ -1,3 +1,10 @@
+2023-02-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108592
+       * arith.cc (gfc_arith_divide): Emit integer division truncation
+       warnings using gfc_warning instead of gfc_warning_now to prevent
+       redundant messages.
+
 2023-02-03  Jakub Jelinek  <jakub@redhat.com>
 
        PR fortran/108451
index 7b47cc84044fe53d04cfb4c90846cd59ff8c956d..fe588412f79a8dec14aba80f2292b0fdab1b2556 100644 (file)
@@ -1,3 +1,8 @@
+2023-02-05  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108592
+       * gfortran.dg/pr108592.f90: New test.
+
 2023-02-03  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/108647