[clang] [clang] check deduction consistency when partial ordering function templates (PR #100692)
Luke Lau via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 5 08:45:23 PDT 2024
lukel97 wrote:
I tried out #94981 and -fno-relaxed-template-template-args and can confirm both fix it. I'm now running into a separate LoopVectorizer crash, but I made it out of the frontend :)
Using -fno-relaxed-template-template-args should be fine, in llvm-test-suite we already do something similar for another benchmark by passing -fdelayed-template-parsing, so I'll go ahead and open up a pull request there to add the flag.
Thanks for all your help so far in finding a way around this!
https://github.com/llvm/llvm-project/pull/100692
More information about the cfe-commits
mailing list