]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 23 Mar 2023 00:21:12 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 23 Mar 2023 00:21:12 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index c36d3197ca69e274c9e24fd49fd45356d2135e40..8598a0260c315025feba94e8c9e4433636f2db71 100644 (file)
@@ -1,3 +1,13 @@
+2023-03-22  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2023-03-14  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/107925
+       * ipa-cp.cc (update_specialized_profile): Drop orig_node_count to
+       ipa count, remove assert, lenient_count_portion_handling, dump
+       also orig_node_count.
+
 2023-03-20  Peter Bergner  <bergner@linux.ibm.com>
 
        Backported from master:
index 7c59d0a19764c2c471d6344c01db32da0a0acbd0..1fe01ef2611f32f084dc1d66fbedabd50ed1c62e 100644 (file)
@@ -1 +1 @@
-20230322
+20230323
index dc28146d50c965696cb2b57a87fa384f95ec472b..e061f6ca77477461838e65083d7e4d4b2982d87c 100644 (file)
@@ -1,3 +1,30 @@
+2023-03-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-21  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/99036
+       * decl.cc (gfc_match_modproc): Reject MODULE PROCEDURE if not in a
+       generic module interface.
+
+2023-03-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/109186
+       * simplify.cc (gfc_simplify_nearest): Fix off-by-one error in setting
+       up real kind-specific maximum exponent for mpfr.
+
+2023-03-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-19  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/85877
+       * resolve.cc (resolve_fl_procedure): Check for an explicit interface
+       of procedures with the BIND(C) attribute (F2018:15.4.2.2).
+
 2023-03-20  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/87127
index 1abdd88a227a38835e00ff1e9c5f7548a2bbb2f2..18490a9ce74a7f09998f348717fa24981f76fd91 100644 (file)
@@ -1,3 +1,27 @@
+2023-03-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-21  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/99036
+       * gfortran.dg/pr99036.f90: New test.
+
+2023-03-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/109186
+       * gfortran.dg/nearest_6.f90: New test.
+
+2023-03-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-19  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/85877
+       * gfortran.dg/pr85877.f90: New test.
+
 2023-03-20  Peter Bergner  <bergner@linux.ibm.com>
 
        Backported from master: