https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69135
--- Comment #5 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Jan 19 14:30:23 2016 New Revision: 232566 URL: https://gcc.gnu.org/viewcvs?rev=232566&root=gcc&view=rev Log: [ARM] PR target/69135: Mark ARMv8 vcvt instructions as unconditional 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: trunk/gcc/testsuite/gcc.target/arm/pr69135_1.c Modified: trunk/gcc/ChangeLog trunk/gcc/config/arm/vfp.md trunk/gcc/testsuite/ChangeLog