]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: Fix gcc.target/powerpc/ti_math1.c on GCC 5 (PR69019)
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 7 Jul 2016 17:08:00 +0000 (19:08 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 7 Jul 2016 17:08:00 +0000 (19:08 +0200)
commitada9ca29df71a3e1663f9fbf5f30c8cd5aabd88f
tree8b23386919c4afc276141a6a9a3b86dd07197f3b
parentc3b53b35b1dbba276a8902807705031d0f3827ea
rs6000: Fix gcc.target/powerpc/ti_math1.c on GCC 5 (PR69019)

This testcase currently fails on GCC 5, for LE only.  Since it is fixed
for 6 and later, and backporting the relevant code is rather invasive,
let's just weaken the testcase for GCC 5 instead.

       PR target/69019
       * gcc.target/powerpc/ti_math1.c: Allow addze as well as adde.

From-SVN: r238121
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/ti_math1.c