-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Description / Steps to reproduce the issue
batch_pH_speciation_TA_global.txt
I received the message below when attempting to compile a Fortran (f90) module in gfortran (I'm using Visual Studio Code). A text version of the .f90 file in question is attached here. When I compile this file, it produces a ".mod0" file, instead of .mod, that prevents another file from "making". I have been unable to figure out what's causing this error.
f951.exe: internal compiler error: Segmentation fault
Please submit a full bug report, with preprocessed source (by using -freport-bug).
See https://github.com/msys2/MINGW-packages/issues for instruction
Expected behavior
The expected behavior would be for the gfortran compiler to produce a normal .mod file
Actual behavior
I am getting this message from Visual Studio Code
f951.exe: internal compiler error: Segmentation fault
Please submit a full bug report, with preprocessed source (by using -freport-bug).
See https://github.com/msys2/MINGW-packages/issues for instructions.
Verification
- I have verified that my MSYS2 is up-to-date before submitting the report (see https://www.msys2.org/docs/updating/)
Windows Version
Windows 10 Enterprise
MINGW environments affected
- MINGW64
- MINGW32
- UCRT64
- CLANG64
- CLANGARM64
Are you willing to submit a PR?
No response