Description
The following code was regressed since the LLVM 20 release and now crashes in the libc test suite. The reproducer is at https://godbolt.org/z/Pjc4nT88P. If you remove the byval
it works, so I'm assuming that's where the error lies.
The following code was regressed since the LLVM 20 release and now crashes in the libc test suite. The reproducer is at https://godbolt.org/z/Pjc4nT88P. If you remove the byval
it works, so I'm assuming that's where the error lies.