https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93486
Andrew Benson changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93486
--- Comment #4 from CVS Commits ---
The master branch has been updated by Andrew Benson :
https://gcc.gnu.org/g:f3c276aec26d9e406cc4bbf0e18b1105df63f0ee
commit r10-6976-gf3c276aec26d9e406cc4bbf0e18b1105df63f0ee
Author: Andrew Benson
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93486
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93486
--- Comment #2 from Andrew Benson ---
The problem is caused when loading (generic or operator) interfaces from a
module file. The module name can include the submodule name, so a size of
2*GFC_MAX_SYMBOL_LEN+2 is required to read this in.
The at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93486
--- Comment #1 from Andrew Benson ---
Created attachment 47725
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47725&action=edit
Proposed patch