]> granicus.if.org Git - php/commit
Don't use asm arithmetic under msan
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 29 Sep 2019 09:33:45 +0000 (11:33 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 21 Feb 2020 10:58:52 +0000 (11:58 +0100)
commit5a5680c25b3e6d758cc25268c89e0ceb04147ad7
tree90162c2635fbe4269185ca5e92fc5943b9764389
parent1c6b08426200d21435e11ef6c5a2229b2174b9d5
Don't use asm arithmetic under msan

Clang 9 supports asm goto, so these no longer get automatically
skipped.

(cherry picked from commit 33bf1495b215d555d45ec638376bd434d8a038b3)
Zend/zend_operators.h