[Bug target/53416] Wrong code when optimising loop involving _rdrand32_step
hjl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon May 21 13:09:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53416
--- Comment #4 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-05-21 13:07:16 UTC ---
Author: hjl
Date: Mon May 21 13:07:11 2012
New Revision: 187713
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187713
Log:
Use unspec_volatile on rdrand<mode>_1
gcc/
Backport from mainline
PR target/53416
* config/i386/i386.md (UNSPEC_RDRAND): Renamed to ...
(UNSPECV_RDRAND): This.
(rdrand<mode>_1): Updated.
gcc/testsuite/
Backport from mainline
PR target/53416
* gcc.target/i386/pr53416.c: New file.
Added:
branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr53416.c
Modified:
branches/gcc-4_7-branch/gcc/ChangeLog
branches/gcc-4_7-branch/gcc/config/i386/i386.md
branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list