[Bug fortran/92587] Compiler is unable to generate finalization wrapper

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 18 09:07:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92587

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> ---
Ok, there are 2 problems:
1) gfortran -c -g gfc_vector.F90
f951: internal compiler error: Invalid expression in gfc_element_size.
0x7ffff7b62e0a __libc_start_main
        ../csu/libc-start.c:308

this was fixed with r9-6779-g93755deb5c26a821

2) The generate_finalization_wrapper ICE which is still valid on master.
I'm going to reduce that..


More information about the Gcc-bugs mailing list