https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70098
--- Comment #10 from Bill Schmidt <wschmidt at gcc dot gnu.org> --- Author: wschmidt Date: Mon Apr 25 22:28:36 2016 New Revision: 235423 URL: https://gcc.gnu.org/viewcvs?rev=235423&root=gcc&view=rev Log: [gcc] 2016-04-25 Bill Schmidt <wschm...@linux.vnet.ibm.com> Backport from mainline 2016-03-14 Segher Boessenkool <seg...@kernel.crashing.org> PR target/70098 * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2, *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output. (define_split for the GPR case): Use int_reg_operand instead of gpc_reg_operand for the output. [gcc/testsuite] 2016-04-25 Bill Schmidt <wschm...@linux.vnet.ibm.com> Backport from mainline 2016-03-14 Segher Boessenkool <seg...@kernel.crashing.org> PR target/70098 * lib/target-supports.exp (check_effective_target_powerpc64_no_dm): New function. * g++.dg/pr70098.C: New testcase. Added: branches/gcc-5-branch/gcc/testsuite/g++.dg/pr70098.C Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/config/rs6000/rs6000.md branches/gcc-5-branch/gcc/testsuite/ChangeLog branches/gcc-5-branch/gcc/testsuite/lib/target-supports.exp