attributes for inline asm#2572
Conversation
|
WTF at failures. Does this have a pre-requisite on DMD? Did you test this on your end? |
Just a little. |
Link? It would be nice to have access to the background conversation. |
|
Sometimes I forget not everybody is watching the dmd repo. |
|
Yikes, looks like the autotester is hanging on the compile failures. |
|
Should pass now. |
|
Auto-merge toggled on |
attributes for inline asm
|
I'm getting a bunch of deprecation warnings like this when compiling phobos after updating to git HEAD just now: std/internal/math/biguintx86.d(120): Deprecation: asm statement is assumed to be impure - mark it with 'pure' if it is not
std/internal/math/biguintx86.d-mixin-141(141): Deprecation: asm statement is assumed to be impure - mark it with 'pure' if it is not
std/internal/math/biguintx86.d(147): Deprecation: asm statement is assumed to be impure - mark it with 'pure' if it is not@MartinNowak, one more pull for phobos may be necessary. |
No description provided.