From: Ivan Maidanski Date: Thu, 16 Mar 2017 08:33:49 +0000 (+0300) Subject: Travis CI: Test also -D POINTER_MASK X-Git-Tag: v7.4.6~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17e2ee23ceb9aba90aa18e5baa2422bd8970cc5c;p=gc Travis CI: Test also -D POINTER_MASK (Cherry-pick commit 8de183d from 'master' branch.) --- diff --git a/.travis.yml b/.travis.yml index 7895aa32..ef7a021a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,11 @@ matrix: addons: { apt: { packages: [ gcc-multilib ] } } compiler: gcc env: [ CFLAGS_EXTRA="-m32 -D MARK_BIT_PER_OBJ" ] + - os: linux + compiler: gcc + env: + - CFLAGS_EXTRA="-D POINTER_MASK=~0xf" + - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" - os: linux compiler: gcc env: