[Bug fortran/95688] ICE in gfc_get_string, at fortran/iresolve.c:70
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 22 19:30:22 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95688
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Harald Anlauf
<anlauf@gcc.gnu.org>:
https://gcc.gnu.org/g:905aaaa6a5f1874eb85c74e439c4058b1e5c936b
commit r10-8340-g905aaaa6a5f1874eb85c74e439c4058b1e5c936b
Author: Harald Anlauf <anlauf@gmx.de>
Date: Sat Jun 20 16:14:00 2020 +0200
PR fortran/95688 - ICE in gfc_get_string, at fortran/iresolve.c:70
With submodules, name mangling of character pointer declarations produces
long
internal symbols that overflowed a static internal buffer. Adjust the
buffer
size.
gcc/fortran/
PR fortran/95688
* iresolve.c (gfc_get_string): Enlarge static buffer size.
(cherry picked from commit cd6546ac0e8fb2f4ff2a4bb2db2363ca02bdb7ba)
More information about the Gcc-bugs
mailing list