]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 3 Apr 2024 00:19:32 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 3 Apr 2024 00:19:32 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 6b25e3d89a5dd0efe79915431dc881e774243f01..e5119d84fcb360436cfa376dfd1d80d1a1c7379f 100644 (file)
@@ -1,3 +1,12 @@
+2024-04-02  Qing Zhao  <qing.zhao@oracle.com>
+
+       Backported from master:
+       2023-09-15  Qing Zhao  <qing.zhao@oracle.com>
+
+       PR tree-optimization/111407
+       * tree-ssa-math-opts.cc (convert_mult_to_widen): Avoid the transform
+       when one of the operands is subject to abnormal coalescing.
+
 2024-04-01  Lulu Cheng  <chenglulu@loongson.cn>
 
        Backported from master:
index 2edad605e1d4426e12854fd02c23acc0245fdcdf..154a306dc5ca41ec4e90016c7ff75c02f81a88d7 100644 (file)
@@ -1 +1 @@
-20240402
+20240403
index ac94837dbea51fd6bb3977b4cf916d4af8fff17f..98f0f479be808a3bfeed5a195f7eec30f35ec56c 100644 (file)
@@ -1,3 +1,17 @@
+2024-04-02  Mikael Morin  <mikael@gcc.gnu.org>
+
+       Backported from master:
+       2024-03-22  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/107426
+       * gfortran.h (gfc_save_module_list, gfc_restore_old_module_list):
+       New declarations.
+       * module.cc (old_module_list_tail): New global variable.
+       (gfc_save_module_list, gfc_restore_old_module_list): New functions.
+       (gfc_use_modules): Set module_list and old_module_list_tail.
+       * parse.cc (next_statement): Save module_list before doing any work.
+       (reject_statement): Restore module_list to its saved value.
+
 2024-03-29  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 86b40b3ec73eb2f83e74aa1aba529144e21da460..834785da83974dae4a4bd63b5d782c226f7bb933 100644 (file)
@@ -1,3 +1,21 @@
+2024-04-02  Qing Zhao  <qing.zhao@oracle.com>
+
+       Backported from master:
+       2023-09-15  Qing Zhao  <qing.zhao@oracle.com>
+
+       PR tree-optimization/111407
+       * gcc.dg/pr111407.c: New test.
+
+2024-04-02  Mikael Morin  <mikael@gcc.gnu.org>
+
+       Backported from master:
+       2024-03-22  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/107426
+       * gfortran.dg/pr89943_3.f90: Update error pattern.
+       * gfortran.dg/pr89943_4.f90: Likewise.
+       * gfortran.dg/use_31.f90: New test.
+
 2024-03-29  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: