[Bug d/94425] [D] Consider always settings ASM_VOLATILE_P on asm statements

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 1 06:59:55 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94425

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Well, there's no dependence visible to the compiler between the control word
stores and loads so it's obvious the asms cannot be pure.  Is 'asm' a D
feature or a GCC extension?  How does D model dependences between asms?


More information about the Gcc-bugs mailing list