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

index c85fb61b681a976e6de0f235c104099c40a71636..2e16f22521f5e60183d6d9505b24331f3c019e6f 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.c (convert_mult_to_widen): Avoid the transform
+       when one of the operands is subject to abnormal coalescing.
+
 2024-03-27  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master:
index 2edad605e1d4426e12854fd02c23acc0245fdcdf..154a306dc5ca41ec4e90016c7ff75c02f81a88d7 100644 (file)
@@ -1 +1 @@
-20240402
+20240403
index e3637c862e542d46e1296110673828c82488f00e..797ee2b53c1d4235ff9939a20d242b8fdddfef98 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.c (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.c (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 a234d03d4bbe0d6853cfd1384ed8f4c816fc84b8..c5e03811dfca1b7ba8d8b3ad3d5b7a1c286ed81d 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: