https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93660
--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Christophe Lyon <cl...@gcc.gnu.org>: https://gcc.gnu.org/g:960eaefb99a805dd6afdc1f223055bd2458d6c49 commit r10-9617-g960eaefb99a805dd6afdc1f223055bd2458d6c49 Author: Jakub Jelinek <ja...@redhat.com> Date: Mon Mar 29 17:05:47 2021 +0200 testsuite: Expect a warning on aarch64 for declare-simd-coarray-lib.f90 [PR93660] aarch64 currently doesn't support declare simd where the return value and arguments have different sizes and warns about that case. This change adds a dg-warning for that case like various other tests have already. 2021-03-29 Jakub Jelinek <ja...@redhat.com> PR fortran/93660 * gfortran.dg/gomp/declare-simd-coarray-lib.f90: Expect a mixed size declare simd warning on aarch64.