[Bug fortran/95587] ICE in gfc_target_encode_expr, at fortran/target-memory.c:362
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jun 20 14:05:36 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95587
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Harald Anlauf <anlauf@gcc.gnu.org>:
https://gcc.gnu.org/g:5eb947601bdce59f2ff26694327ad173c51c2724
commit r11-1566-g5eb947601bdce59f2ff26694327ad173c51c2724
Author: Harald Anlauf <anlauf@gmx.de>
Date: Sat Jun 20 16:05:13 2020 +0200
PR fortran/95587 - ICE in gfc_target_encode_expr, at
fortran/target-memory.c:362
EQUIVALENCE objects are subject to constraints listed in the Fortran 2018
standard, section 8.10.1.1. These constraints are to be checked
also for CLASS variables.
gcc/fortran/
PR fortran/95587
* match.c (gfc_match_equivalence): Check constraints on
EQUIVALENCE objects also for CLASS variables.
More information about the Gcc-bugs
mailing list