re PR sanitizer/80932 (UBSAN: false positive as a result of distribution: c1*(c2...
authorMarek Polacek <polacek@redhat.com>
Thu, 8 Jun 2017 12:38:27 +0000 (12:38 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Thu, 8 Jun 2017 12:38:27 +0000 (12:38 +0000)
commit5ed418891b23588989460bc85fb53c60fbabbcbc
treed8bc071114e88f021d843215d9395751ebc9eaf5
parent8055904e9e9e65241c9eeeca2e6b227f38f63b56
re PR sanitizer/80932 (UBSAN: false positive as a result of distribution: c1*(c2*v1-c3*v2)=>c1*c2*v1-c1*c3*v2)

PR sanitize/80932
* c-c++-common/ubsan/pr80932.c: Test with ints, not with long ints.

From-SVN: r249010
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/ubsan/pr80932.c