https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93660
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:afa8c67eb95f669a9bd8e356ffa073418bb269cb commit r11-7892-gafa8c67eb95f669a9bd8e356ffa073418bb269cb 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.