Changes between Initial Version and Version 1 of Ticket #64139
- Timestamp:
- Dec 5, 2021, 8:41:46 AM (3 years ago)
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
togcc8: f951: internal compiler error: in read_module, at fortran/module.c:5169 libbacktrace could not find executable to open
- Property Port gcc8 added
-
Property
Summary
changed from
-
Ticket #64139 – Description
initial v1 1 {{{ 1 2 /opt/local/bin/gfortran-mp-8 -ffree-line-length-none -c initarr.f90 2 3 f951: internal compiler error: in read_module, at fortran/module.c:5169 … … 5 6 with preprocessed source if appropriate. 6 7 See <https://trac.macports.org/newticket> for instructions. 8 }}} 7 9 8 10 Here is initarr.f90 but I don't know if it is helpful. 9 11 12 {{{ 10 13 subroutine initarr(first) 11 14 … … 174 177 175 178 end subroutine initimages 179 }}} 176 180 177 181 178 182 179