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

Intent mismatch in frag_hess #1137

Closed
foxtran opened this issue Nov 27, 2024 · 0 comments · Fixed by #1139
Closed

Intent mismatch in frag_hess #1137

foxtran opened this issue Nov 27, 2024 · 0 comments · Fixed by #1139
Labels
unconfirmed This report has not yet been confirmed by the developers

Comments

@foxtran
Copy link
Contributor

foxtran commented Nov 27, 2024

Describe the bug

GCC 14.1 says:

xtb/src/gfnff/frag_hess.f90:483:19:

   43 |       subroutine eigsort4(lab,ew,u)
      |                         2
......
  483 | subroutine eigsort4(lab,u,ew)
      |                   1
Warning: INTENT mismatch in argument 'lab' between (1) and (2)

To Reproduce

  1. Load/Get GCC 14.1
  2. cmake -B_build -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_Fortran_COMPILER=gfortran -DCMAKE_BUILD_TYPE=Release
  3. cd _build
  4. make -j $(nproc)

Expected behaviour

No warning.

Additional context

GCC 14.1 is used.
Release build is used.

@foxtran foxtran added the unconfirmed This report has not yet been confirmed by the developers label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed This report has not yet been confirmed by the developers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant