[Bug target/55947] non constant memory models lose HLE qualifiers

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 11 21:23:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55947

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-11 21:23:11 UTC ---
Yeah, that is intentional.  If you want HLE acquire/release, you really should
pass it as constant.  What do you think we should emit instead?  Runtime switch
based on the memory model?



More information about the Gcc-bugs mailing list