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 0403316..8feb862 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 40ef8d3..285087c 100644 (file)
@@ -1 +1 @@
-20230205
+20230206
index 687ca79..232b548 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 7b47cc8..fe58841 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