Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove unneeded public :: operator(==) which causes an error on ifx #1095

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

aury6623
Copy link
Contributor

The commit 64093b1 removed the duplicate == operator on the git_target_t type. However the public :: operator(==) was left behind. operator(==) appearing on the public statement is not needed and causes an error when building with ifx. It causes a warning when building with nagfor.

(Note neither ifx nor nagfor will build with this fix alone, due to other issues. The one remaining issue preventing build with ifx is a compiler bug and has been reported and is being addressed. The one issue preventing build with nagfor is a preprocessor limitation compiling fpm_release.F90.)

@perazz perazz merged commit 4922f55 into fortran-lang:main Mar 9, 2025
14 of 22 checks passed
@aury6623 aury6623 deleted the remove-public-operator-eq branch March 10, 2025 16:07
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants