Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gfortran 9.3 failed to compile #3

Open
MarineLasbleis opened this issue Oct 4, 2021 · 0 comments
Open

gfortran 9.3 failed to compile #3

MarineLasbleis opened this issue Oct 4, 2021 · 0 comments

Comments

@MarineLasbleis
Copy link

MarineLasbleis commented Oct 4, 2021

I got an error while compiling CN-stream on Ubuntu 20.04, with compiler Gfortran 9.3.0: I got an internal compiler error.
Compiling with an intel compiler worked.

Here is the error:

cmake --build build
Scanning dependencies of target fymc
[  2%] Building Fortran object src/libFyMc/CMakeFiles/fymc.dir/src/mfpGlobal.f90.o
[  5%] Building Fortran object src/libFyMc/CMakeFiles/fymc.dir/src/general/mfpGeneral.f90.o
string/string.inc:165:0:

Warning: '__builtin_memset' specified bound 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
[  8%] Building Fortran object src/libFyMc/CMakeFiles/fymc.dir/src/geometry/mfpGeometry.f90.o
f951: internal compiler error: in generate_finalization_wrapper, at fortran/class.c:2027
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-9/README.Bugs> for instructions.
make[2]: *** [src/libFyMc/CMakeFiles/fymc.dir/build.make:101: src/libFyMc/CMakeFiles/fymc.dir/src/geometry/mfpGeometry.f90.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:118: src/libFyMc/CMakeFiles/fymc.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant