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

dlahrd.f: consistent line reflow for DTRMV calls #1093

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

wdconinc
Copy link
Contributor

@wdconinc wdconinc commented Jan 10, 2025

Description
Under gcc-12.3.0 (locally confirmed with gcc-14.2.0 as well), we are noticing spurious type mismatch errors due to different line reflow in dlahrd.f, see e.g. https://gitlab.spack.io/spack/spack/-/jobs/14595649#L1131. Notice that the types of different arguments are compared in that error message.

This PR makes the line reflow for two DTRMV calls identical, which resolves the spurious report. This does not appear to be necessary for the other ?lahrd.f files (they reflow the relevant lines differently).

Checklist

@wdconinc
Copy link
Contributor Author

cc @alalazo

Copy link
Contributor

@langou langou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @wdconinc !

@langou langou merged commit 0799b59 into Reference-LAPACK:master Jan 13, 2025
11 checks passed
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

Successfully merging this pull request may close these issues.

2 participants