-
Notifications
You must be signed in to change notification settings - Fork 18
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
Concerning warnings with gfortran 12 and 13 #42
Comments
GCC 13, CMake 3.27, Fedora 39:
|
I am not sure if this is related. |
Hi @fuhlig1 , Thank you for reporting the issue. I get the similar warnings on macOS with XCode 14, but since they don't prevent running the VMC tests, I didn't pay attention to them. There was already open an ALICE JIRA ticket about the segmentation violation with XCode 15, where @pzhristov also reported that we get also a segmentation violation with Fluka VMC. We are investigating. |
Probably this isn't an issue with gcc 13. I checked on another Mac with an older version of XCode (14.0) but the same version of gfortran and there our test suite runs without errors. |
Xcode 14.2 with gfortran 13.2 works, while Xcode 15.1 with the same gfortran version doesn't. I have the impression gfortran was not recompiled and we have a mismatch in brew. |
GCC 12, CMake 3.25, Debian 12:
I am not really familiar with Fortran nor with geant3, but at least the array reference out of bounds warnings sound concerning to me. Someone more knowledgable can hopefully decide if those can be ignored and ideally also for the other warnings.
The text was updated successfully, but these errors were encountered: