https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61855
--- Comment #3 from uros at gcc dot gnu.org --- Author: uros Date: Mon Jul 21 10:09:04 2014 New Revision: 212889 URL: https://gcc.gnu.org/viewcvs?rev=212889&root=gcc&view=rev Log: Backport from mainline 2014-07-21 Uros Bizjak <ubiz...@gmail.com> PR target/61855 * config/i386/avx512fintrin.h: Move constants for mantissa extraction out of #ifdef __OPTIMIZE__. testsuite/ChangeLog: Backport from mainline 2014-07-21 Uros Bizjak <ubiz...@gmail.com> PR target/61855 * gcc.target/i386/pr61855.c: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/gcc.target/i386/pr61855.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/config/i386/avx512fintrin.h branches/gcc-4_9-branch/gcc/testsuite/ChangeLog