Changes between Initial Version and Version 1 of Ticket #64139


Ignore:
Timestamp:
Dec 5, 2021, 8:41:46 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64139

    • Property Summary changed from f951: internal compiler error: in read_module, at fortran/module.c:5169 libbacktrace could not find executable to open to gcc8: f951: internal compiler error: in read_module, at fortran/module.c:5169 libbacktrace could not find executable to open
    • Property Port gcc8 added
  • Ticket #64139 – Description

    initial v1  
     1{{{
    12/opt/local/bin/gfortran-mp-8 -ffree-line-length-none    -c initarr.f90
    23f951: internal compiler error: in read_module, at fortran/module.c:5169
     
    56with preprocessed source if appropriate.
    67See <https://trac.macports.org/newticket> for instructions.
     8}}}
    79
    810Here is initarr.f90 but I don't know if it is helpful.
    911
     12{{{
    1013subroutine initarr(first)
    1114
     
    174177
    175178end subroutine initimages
     179}}}
    176180
    177181
    178182
    179