https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69135
--- Comment #6 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Jan 19 15:02:15 2016 New Revision: 232570 URL: https://gcc.gnu.org/viewcvs?rev=232570&root=gcc&view=rev Log: [ARM] PR target/69135: Mark ARMv8 vcvt instructions as unconditional Backport from mainline 2016-01-19 Kyrylo Tkachov <kyrylo.tkac...@arm.com> PR target/69135 * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds" attribute to unconditional. Remove %? from output template. * gcc.target/arm/pr69135_1.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.target/arm/pr69135_1.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/config/arm/vfp.md branches/gcc-5-branch/gcc/testsuite/ChangeLog