]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 23 Feb 2021 00:17:21 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 23 Feb 2021 00:17:21 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index b970c2e8534f242dea9888c7bf01e89d25c9e851..15956e67e203ba7302e55ae00777d123bc970942 100644 (file)
@@ -1,3 +1,10 @@
+2021-02-22  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR target/85074
+       * config/pa/pa.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define as
+       hook_bool_const_tree_hwi_hwi_const_tree_true.
+       (pa_asm_output_mi_thunk): Add support for nonzero vcall_offset.
+
 2021-02-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/aarch64/aarch64-tuning-flags.def (prefer_advsimd_autovec): Define.
index 236fe4a19b70532d2ac7772a728e9f5449420c1a..6b9f5c920d2d087a75fdf2512fad9cab74766068 100644 (file)
@@ -1 +1 @@
-20210222
+20210223
index 47f61659381a9be6e316928f8c42bdc0a9166bb9..50b16f95c811b90e208d7a182813d6c9e38450ca 100644 (file)
@@ -1,3 +1,21 @@
+2021-02-22  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-02-22  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/99171
+       * trans-openmp.c (gfc_omp_is_optional_argument): Regard optional
+       dummy procs as nonoptional as no special treatment is needed.
+
+2021-02-22  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-02-19  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/99027
+       * simplify.c (simplify_bound_dim): Honor DIMEN_ELEMENT
+       when using dim=.
+
 2021-02-19  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index 6c6d5c04da15c04eb340cd5defbfbf52bfe9caba..1d99adaf0f41959c583b72bcd27b07afeafb79a7 100644 (file)
@@ -1,3 +1,11 @@
+2021-02-22  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-02-19  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/99027
+       * gfortran.dg/ubound_1.f90: New test.
+
 2021-02-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * gcc.target/aarch64/advsimd_autovec_only_1.c: New test.
index ed55370703701f907ce45b32199b3f69a84c218f..32d09cdff72abd0965ce9a9f063832ba756fc930 100644 (file)
@@ -1,3 +1,11 @@
+2021-02-22  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-02-22  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/99171
+       * testsuite/libgomp.fortran/dummy-procs-1.f90: New test.
+
 2021-01-14  Thomas Schwinge  <thomas@codesourcery.com>
 
        Backported from master: