Skip to content

[SPEC] Workaround error with latest clang in 510.parest_r #157

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

Conversation

lukel97
Copy link
Contributor

@lukel97 lukel97 commented Sep 6, 2024

Similarly to #118, 510.parest_r contains another latent error related to template deduction that after llvm/llvm-project#100692 fails to build. We can workaround this by passing -fno-relaxed-template-template-args

Similarly to llvm#118, 510.parest_r contains another latent error related to template deduction that after llvm/llvm-project#100692 fails to build. We can workaround this by passing -fno-relaxed-template-template-args
@mizvekov
Copy link

mizvekov commented Sep 8, 2024

We have just merged into clang the core defect fix for this issue, this patch should not be necessary anymore.

@lukel97
Copy link
Contributor Author

lukel97 commented Sep 9, 2024

We have just merged into clang the core defect fix for this issue, this patch should not be necessary anymore.

That's great to hear, thanks.

@lukel97 lukel97 closed this Sep 9, 2024
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