https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92621
--- Comment #23 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:24e99e6ec1cc57f3660c00ff677c7feb16aa94d2 commit r12-4632-g24e99e6ec1cc57f3660c00ff677c7feb16aa94d2 Author: Tobias Burnus <tob...@codesourcery.com> Date: Fri Oct 22 23:23:06 2021 +0200 Fortran: Avoid running into assert with -fcheck= + UBSAN PR fortran/92621 gcc/fortran/ * trans-expr.c (gfc_trans_assignment_1): Add STRIP_NOPS. gcc/testsuite/ * gfortran.dg/bind-c-intent-out-2.f90: New test.