https://issues.dlang.org/show_bug.cgi?id=11471
--- Comment #8 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/31b5a22bfb5415ecd953e90fad967a537c27bd53 fix Issue 11471 - [profile+nothrow] `asm` statements rejected in `nothrow` functions if built with "-profile" Workaround fix is introduced in e6c308938d02d1cbfc57c37c03d06bff0ec00c74, so just add a test case. https://github.com/D-Programming-Language/dmd/commit/968566c3620707480a77c38a17d5d8317a0ff4f7 Merge pull request #3702 from 9rnsr/fix11471 [REG2.066a] Issue 11471 - [profile+nothrow] `asm` statements rejected in `nothrow` functions if built with "-profile" --
