]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 14 May 2021 00:18:09 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 14 May 2021 00:18:09 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog
libphobos/ChangeLog

index ac263a77e205f8d47d5401962923ef7e2cd4d267..4f91817afd857c871a386775b1981d57e1bd3897 100644 (file)
@@ -1,3 +1,41 @@
+2021-05-13  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-05-12  Tobias Burnus  <tobias@codesourcery.com>
+
+       * omp-low.c (finish_taskreg_scan): Use the proper detach decl.
+
+2021-05-13  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
+
+       Backported from master:
+       2021-05-11  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
+                   Joe Ramsay   <joe.ramsay@arm.com>
+
+       PR target/100419
+       * config/arm/arm_mve.h (__arm_vstrwq_scatter_offset): Fix wrong arguments.
+       (__arm_vcmpneq): Remove duplicate definition.
+       (__arm_vstrwq_scatter_offset_p): Likewise.
+       (__arm_vmaxq_x): Likewise.
+       (__arm_vmlsdavaq): Likewise.
+       (__arm_vmlsdavaxq): Likewise.
+       (__arm_vmlsdavq_p): Likewise.
+       (__arm_vmlsdavxq_p): Likewise.
+       (__arm_vrmlaldavhaq): Likewise.
+       (__arm_vstrbq_p): Likewise.
+       (__arm_vstrbq_scatter_offset): Likewise.
+       (__arm_vstrbq_scatter_offset_p): Likewise.
+       (__arm_vstrdq_scatter_offset): Likewise.
+       (__arm_vstrdq_scatter_offset_p): Likewise.
+       (__arm_vstrdq_scatter_shifted_offset): Likewise.
+       (__arm_vstrdq_scatter_shifted_offset_p): Likewise.
+
+2021-05-13  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR target/100563
+       * config/arm/arm.c (arm_canonicalize_comparison): Correctly
+       canonicalize DImode inequality comparisons against the
+       maximum integral value.
+
 2021-05-12  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 92e74b65a6bb907640aa08ab2a38f8698a4f875c..552c3b209c0f582618852aa286c7ac0dbde561eb 100644 (file)
@@ -1 +1 @@
-20210513
+20210514
index cb602e0d50ab13e76707d7122daabf67be91fd72..600456f1ebbb39097b9856645f185c29d420b45f 100644 (file)
@@ -1,3 +1,8 @@
+2021-05-13  Martin Sebor  <msebor@redhat.com>
+
+       PR c/100550
+       * c-decl.c (get_parm_array_spec): Avoid erroneous VLA bounds.
+
 2021-04-27  Release Manager
 
        * GCC 11.1.0 released.
index 03a714a4723b86f9b85244e1eefec9c15d46f71d..401c1f57f965c177ad387dbc5f4afced6409c653 100644 (file)
@@ -1,3 +1,12 @@
+2021-05-13  Martin Sebor  <msebor@redhat.com>
+
+       PR c/100550
+       * gcc.dg/Wvla-parameter-9.c: New test.
+
+2021-05-13  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gcc.dg/pr100563.c: New test.
+
 2021-05-12  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 93c189ea261fd2d0f1f6fe73e3c2f876d2f70615..7e0fe3d4659004ac127f80f1d4f2be2a812a711c 100644 (file)
@@ -1,3 +1,11 @@
+2021-05-13  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-05-12  Tobias Burnus  <tobias@codesourcery.com>
+
+       * testsuite/libgomp.c-c++-common/task-detach-12.c: New test.
+       * testsuite/libgomp.fortran/task-detach-12.f90: New test.
+
 2021-05-12  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 81f245c1d5cc846782fcc76e61a4cc88d56d05e0..65122ac7345aff89134265496e2f44400ab65d52 100644 (file)
@@ -1,3 +1,13 @@
+2021-05-13  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2021-05-13  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * libdruntime/core/sys/dragonflybsd/dlfcn.d: Update static assert.
+       * libdruntime/core/sys/freebsd/dlfcn.d: Likewise.
+       * libdruntime/core/sys/netbsd/dlfcn.d: Likewise.
+       * libdruntime/core/sys/posix/dlfcn.d: Replace 'in' with 'const scope'.
+
 2021-05-10  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: