]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 23 Apr 2024 00:21:36 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 23 Apr 2024 00:21:36 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index bfbfd47470edaebe94e82de5842668d151701e21..65ccce07821f0e62ade79804eb7a9c1c1cd1bddb 100644 (file)
@@ -1,3 +1,8 @@
+2024-04-22  Haochen Jiang  <haochen.jiang@intel.com>
+
+       * common/config/i386/i386-common.cc (processor_alias_table):
+       Let Sierra Forest map to CPU_TYPE enum.
+
 2024-04-21  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index ae66f0465524449becbadfec9bc4f978f15d133c..f007dcf5a81141183e6100c3f77e333c2dfad23b 100644 (file)
@@ -1 +1 @@
-20240422
+20240423
index 2edfc52725b9348eb08b03156432695efebffd0d..05b484b523394bfe2dfbaad4121ec2db6d45c556 100644 (file)
@@ -1,3 +1,11 @@
+2024-04-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/114304
+       PR libfortran/105473
+       * gfortran.dg/pr105473.f90: Modify for revised checks.
+       * gfortran.dg/pr114304-2.f90: New test.
+       * gfortran.dg/pr114304.f90: New test.
+
 2024-04-21  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 630c013bf980cc4ac1ba26f259cd521f7c12ac22..3218d2b3d5e5a06a8c2219c94046e56d79c307d5 100644 (file)
@@ -1,3 +1,15 @@
+2024-04-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/114304
+       PR libfortran/105473
+       * io/list_read.c (eat_separator): Add logic to handle spaces
+       preceding a comma or semicolon such that that a 'null' read
+       occurs without error at the end of comma or semicolon
+       terminated input lines. Add check and error message for ';'.
+       Accept tab as alternative to space.
+       (list_formatted_read_scalar): Treat comma as a decimal point
+       when specified by the decimal mode on the first item.
+
 2024-03-11  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        Backported from master: