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

index bcc46c04f3c6b01f3f6eb7ecbd6bc598bc55e2b5..6a739acb152d8d93cf71afa603eb76377e147971 100644 (file)
@@ -1 +1 @@
-20230108
+20230109
index afc41fbe6a8505a6a84d50c68c5755415328c0e2..64a638dff83d3471ecc03186a93f2489da0407a3 100644 (file)
@@ -1,3 +1,13 @@
+2023-01-08  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-12-23  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108131
+       * array.c (match_array_element_spec): Avoid too early simplification
+       of matched array element specs that can lead to a misinterpretation
+       when used as array bounds in array declarations.
+
 2022-12-18  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 33c1eb29374e5f40c376339ac96ecb3bc14f5344..f4121e1804345430f110e5f7256d823f6c3e2e39 100644 (file)
@@ -1,3 +1,12 @@
+2023-01-08  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-12-23  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108131
+       * gfortran.dg/pr103505.f90: Adjust expected patterns.
+       * gfortran.dg/pr108131.f90: New test.
+
 2023-01-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        Backported from master: