https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72863
--- Comment #8 from Bill Schmidt <wschmidt at gcc dot gnu.org> --- Author: wschmidt Date: Thu Aug 25 16:12:23 2016 New Revision: 239762 URL: https://gcc.gnu.org/viewcvs?rev=239762&root=gcc&view=rev Log: [gcc] 2016-08-25 Bill Schmidt <wschm...@linux.vnet.ibm.com> Backport from mainline (minus test for POWER9 support) 2016-08-11 Bill Schmidt <wschm...@linux.vnet.ibm.com> PR target/72863 * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time. (vsx_store_<mode>): Likewise. [gcc/testsuite] 2016-08-25 Bill Schmidt <wschm...@linux.vnet.ibm.com> Backport from mainline 2016-08-11 Bill Schmidt <wschm...@linux.vnet.ibm.com> PR target/72863 * gcc.target/powerpc/pr72863.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.target/powerpc/pr72863.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/config/rs6000/vsx.md branches/gcc-5-branch/gcc/testsuite/ChangeLog