https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197
--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue May 30 07:56:11 2017 New Revision: 248640 URL: https://gcc.gnu.org/viewcvs?rev=248640&root=gcc&view=rev Log: Backported from mainline 2017-02-02 Jakub Jelinek <ja...@redhat.com> PR target/79197 * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ... (fixuns_trunc<mode>di2): ... this, remove previous expander. Put all conditions on a single line. * gcc.target/powerpc/pr79197.c: New test. * gcc.c-torture/compile/pr79197.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.c-torture/compile/pr79197.c branches/gcc-5-branch/gcc/testsuite/gcc.target/powerpc/pr79197.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/config/rs6000/rs6000.md branches/gcc-5-branch/gcc/testsuite/ChangeLog