https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94425
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>: https://gcc.gnu.org/g:30d26118f96fa542ee078834bc3cb4eef6730451 commit r10-7583-g30d26118f96fa542ee078834bc3cb4eef6730451 Author: Iain Buclaw <ibuc...@gdcproject.org> Date: Tue Mar 31 00:24:13 2020 +0200 d: Always set ASM_VOLATILE_P on asm statements (PR94425) gcc/d/ChangeLog: PR d/94425 * toir.cc (IRVisitor::visit (GccAsmStatement *)): Set ASM_VOLATILE_P on all asm statements.