On 02/20/2018 08:44 AM, Max Reitz wrote: > This patch makes make check with clang -m32 fail for me. (Interestingly > enough, though, clang -m64 and gcc -m32 work fine.)
What's really interesting is that gcc -m32 should *not* have worked, but does. I'm not sure why. The assert is for the missing constraints for INDEX_op_dup2_vec. Will fix. r~