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

index 7684ea17fc542550a8a231c459e3d243fac1cdf9..47fc2c9c0198241a74a2bd0ed9d221e4b8d3d8eb 100644 (file)
@@ -1,3 +1,12 @@
+2023-05-20  Triffid Hunter  <triffid.hunter@gmail.com>
+
+       PR target/105753
+       Backport from 2023-05-20 https://gcc.gnu.org/r14-1016
+       * config/avr/avr.md (divmodpsi, udivmodpsi, divmodsi, udivmodsi):
+       Remove superfluous "parallel" in insn pattern.
+       ([u]divmod<mode>4): Tidy code.  Use gcc_unreachable() instead of
+       printing error text to assembly.
+
 2023-05-18  Alexandre Oliva  <oliva@adacore.com>
 
        * config/arm/vfp.md (*thumb2_movsi_vfp): Drop blank after tab
index 3113e73604c8b3c4ff1671b7305c025ad56ba230..7b10b7bde803a4dfdcbc1d303849c49b55b6b206 100644 (file)
@@ -1 +1 @@
-20230520
+20230521
index c8ecd75c778371f0e738ec9e61d4f0ebd9996740..111242f14d6dbda02f6b7d57b5f9eb7521a31c9d 100644 (file)
@@ -1,3 +1,13 @@
+2023-05-20  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-05-15  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/109846
+       * expr.cc (gfc_check_vardef_context): Check appropriate pointer
+       attribute for CLASS vs. non-CLASS function result in variable
+       definition context.
+
 2023-05-08  Release Manager
 
        * GCC 12.3.0 released.
index 8aab18d558a8c12ea575203a966438fefd95493e..4180855541f497a6d496a04de40be454fed8452d 100644 (file)
@@ -1,3 +1,17 @@
+2023-05-20  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-05-15  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/109846
+       * gfortran.dg/ptr-func-5.f90: New test.
+
+2023-05-20  Triffid Hunter  <triffid.hunter@gmail.com>
+
+       PR target/105753
+       Backport from 2023-05-20 https://gcc.gnu.org/r14-1016
+       * gcc.target/avr/torture/pr105753.c: New test.
+
 2023-05-19  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: