patch 8.2.3573: cannot decide whether to skip test that fails with 64 bit

Problem:    Cannot decide whether to skip test that fails with 64 bit ints.
            (closes #9072)
Solution:   Add v:sizeofint, v:sizeoflong and v:sizeofpointer.  Improve the
            check for multiply overflow.
This commit is contained in:
Bram Moolenaar
2021-11-02 21:39:49 +00:00
parent 7a33ebfc5b
commit 69b3072d98
5 changed files with 14 additions and 9 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3573,
/**/
3572,
/**/