]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 29 Oct 2022 00:18:42 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 29 Oct 2022 00:18:42 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 7109ae303525152e64dd37e84946461c224ddd6b..06511cc68c5391a55cd31432a875fd7ac94c40eb 100644 (file)
@@ -1 +1 @@
-20221028
+20221029
index 032b92fa687157b691c6de030fb229dfa4a69ff1..7bc801b0686530e4e28ad09c634938da33dee67a 100644 (file)
@@ -1,3 +1,12 @@
+2022-10-28  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-10-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103413
+       * symbol.c (gfc_type_compatible): A boz-literal-constant has no type
+       and thus is not considered compatible to any type.
+
 2022-10-23  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 03d0d3e648287f87842d38d28173cf330f65df77..4c1872e0bc25b2a4968990515067f6f3ee97b89d 100644 (file)
@@ -1,3 +1,11 @@
+2022-10-28  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-10-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103413
+       * gfortran.dg/illegal_boz_arg_4.f90: New test.
+
 2022-10-25  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
 
        Backported from master: