This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/57435] [4.8/4.9 Regression] Ice on invalid: check_for_ambiguous


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57435

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael at gcc dot gnu.org

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Likely due to revision 195065:

Program received signal SIGSEGV, Segmentation fault.
0x000000010007279b in gfc_use_module (module=<value optimized out>) at
../../work/gcc/fortran/module.c:4535
4535      if (st_sym->name == gfc_current_ns->proc_name->name)
(gdb) p st_sym->name
$1 = 0x14282a260 "precision"
(gdb) p gfc_current_ns->proc_name->name
Cannot access memory at address 0x0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]