[Bug fortran/105813] ICE in gfc_simplify_unpack, at fortran/simplify.cc:8490
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 1 17:10:10 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105813
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Harald Anlauf
<anlauf@gcc.gnu.org>:
https://gcc.gnu.org/g:9902f93edd43853cd958b2e124878865da69a177
commit r11-10101-g9902f93edd43853cd958b2e124878865da69a177
Author: Harald Anlauf <anlauf@gmx.de>
Date: Fri Jun 24 22:21:39 2022 +0200
Fortran: fix checking of arguments to UNPACK when MASK is a variable
[PR105813]
gcc/fortran/ChangeLog:
PR fortran/105813
* check.c (gfc_check_unpack): Try to simplify MASK argument to
UNPACK so that checking of the VECTOR argument can work when MASK
is a variable.
gcc/testsuite/ChangeLog:
PR fortran/105813
* gfortran.dg/unpack_vector_1.f90: New test.
(cherry picked from commit f21f17f95c0237f4f987a5fa9f1fa9c7e0db3c40)
More information about the Gcc-bugs
mailing list