[Bug fortran/93486] ICE on valid with nested submodules and long submodule names

2020-03-02 Thread abensonca at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93486 Andrew Benson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/93486] ICE on valid with nested submodules and long submodule names

2020-03-02 Thread cvs-commit at gcc dot gnu.org
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

[Bug fortran/93486] ICE on valid with nested submodules and long submodule names

2020-01-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93486 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/93486] ICE on valid with nested submodules and long submodule names

2020-01-28 Thread abensonca at gmail dot com
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

[Bug fortran/93486] ICE on valid with nested submodules and long submodule names

2020-01-28 Thread abensonca at gmail dot com
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