necto wrote: > I tried on godbolt clang 20, 21, 22, trunk with assertions and it didn't > crash on the added test cases: https://godbolt.org/z/fhca9Yx7Y > > What release of clang are impacted? What introduced the alleged crashes?
This is odd. It does reproduce in the today's HEAD, as you can see from the CI run: https://github.com/llvm/llvm-project/actions/runs/29832161989/job/88639329677?pr=210912 (I pushed only the test case without the fix) I observed it on Clang 20.1.8 (both built from source and distributed by Guix). It crashes even with assertions disabled. But I can't reproduce it on Compiler Explorer. I'll try to dig deeper. https://github.com/llvm/llvm-project/pull/210912 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
