]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Test multiplying two long long ints.
authorDarren Tucker <dtucker@zip.com.au>
Wed, 17 Aug 2016 03:35:43 +0000 (13:35 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Wed, 17 Aug 2016 03:35:43 +0000 (13:35 +1000)
commita8fc0f42e1eda2fa3393d1ea5e61322d5e07a9cd
tree0a4f9af1a8ff8c4f555767a628cbcb55ffb62a9d
parenta1cc637e7e11778eb727559634a6ef1c19c619f6
Test multiplying two long long ints.

When using clang with -ftrapv or -sanitize=integer the tests would pass
but linking would fail with "undefined reference to __mulodi4".
Explicitly test for this before enabling -trapv.
aclocal.m4