diff options
author | Denis Khalikov <d.khalikov@partner.samsung.com> | 2017-11-07 19:10:03 +0300 |
---|---|---|
committer | Denis Khalikov <d.khalikov@partner.samsung.com> | 2017-11-09 18:40:35 +0300 |
commit | 2fdbd3fb5ab97bcb33a8d1ae9950125ca544e10c (patch) | |
tree | aa007c243bb6b8731d8f5ae3106d68a35f93fc25 /ChangeLog.Tizen | |
parent | 91dc6cda498f9cd7c608bd1494ddcd2aacee9e84 (diff) | |
download | linaro-gcc-2fdbd3fb5ab97bcb33a8d1ae9950125ca544e10c.tar.gz linaro-gcc-2fdbd3fb5ab97bcb33a8d1ae9950125ca544e10c.tar.bz2 linaro-gcc-2fdbd3fb5ab97bcb33a8d1ae9950125ca544e10c.zip |
[ISan] Fix ICE with ISan and -ftree-loop-vectorize
In case we want to vectorize the loop, we can not
rely only on TREE_OVERFLOW flag, while folding the INTEGER_CST,
which represents the step of vectorization.
We still should check TYPE_OVERFLOW_WRAPS flag instead
TYPE_OVERFLOW_SANITIZED flag, because the step could
be already marked as TREE_OVERFLOW == 1.
Change-Id: I1288b7e3b587c5773b184636bdfdada168b8941f
Diffstat (limited to 'ChangeLog.Tizen')
0 files changed, 0 insertions, 0 deletions