# HG changeset patch # User thomask # Date 1173371008 0 # Node ID 35d813a29e8fd8ccf0d63135920511b4a2f32db6 # Parent 251a3e0d98f7397865467977a4392250118d939e div. inline asm fixes diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_A.d --- a/compile/a/asm_01_A.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_A.d Thu Mar 08 16:23:28 2007 +0000 @@ -28,6 +28,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_B.d --- a/compile/a/asm_01_B.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_B.d Thu Mar 08 16:23:28 2007 +0000 @@ -25,6 +25,6 @@ }while(b) } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_C.d --- a/compile/a/asm_01_C.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_C.d Thu Mar 08 16:23:28 2007 +0000 @@ -25,6 +25,6 @@ }while(b) } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_D.d --- a/compile/a/asm_01_D.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_D.d Thu Mar 08 16:23:28 2007 +0000 @@ -27,6 +27,6 @@ }while(1) } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_E.d --- a/compile/a/asm_01_E.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_E.d Thu Mar 08 16:23:28 2007 +0000 @@ -27,6 +27,6 @@ }while(1) } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_F.d --- a/compile/a/asm_01_F.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_F.d Thu Mar 08 16:23:28 2007 +0000 @@ -23,6 +23,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_G.d --- a/compile/a/asm_01_G.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_G.d Thu Mar 08 16:23:28 2007 +0000 @@ -25,6 +25,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_H.d --- a/compile/a/asm_01_H.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_H.d Thu Mar 08 16:23:28 2007 +0000 @@ -25,6 +25,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_I.d --- a/compile/a/asm_01_I.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_I.d Thu Mar 08 16:23:28 2007 +0000 @@ -23,6 +23,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_J.d --- a/compile/a/asm_01_J.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_J.d Thu Mar 08 16:23:28 2007 +0000 @@ -22,6 +22,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_K.d --- a/compile/a/asm_01_K.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_K.d Thu Mar 08 16:23:28 2007 +0000 @@ -23,6 +23,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_L.d --- a/compile/a/asm_01_L.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_L.d Thu Mar 08 16:23:28 2007 +0000 @@ -23,6 +23,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_M.d --- a/compile/a/asm_01_M.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_M.d Thu Mar 08 16:23:28 2007 +0000 @@ -27,6 +27,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_N.d --- a/compile/a/asm_01_N.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_N.d Thu Mar 08 16:23:28 2007 +0000 @@ -27,6 +27,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_01_O.d --- a/compile/a/asm_01_O.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_01_O.d Thu Mar 08 16:23:28 2007 +0000 @@ -34,6 +34,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_sti_01_A.d --- a/compile/a/asm_sti_01_A.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_sti_01_A.d Thu Mar 08 16:23:28 2007 +0000 @@ -18,6 +18,6 @@ } } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_sysenter_01_A.d --- a/compile/a/asm_sysenter_01_A.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_sysenter_01_A.d Thu Mar 08 16:23:28 2007 +0000 @@ -18,6 +18,6 @@ return 0; } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_sysexit_01_A.d --- a/compile/a/asm_sysexit_01_A.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_sysexit_01_A.d Thu Mar 08 16:23:28 2007 +0000 @@ -18,6 +18,6 @@ return 0; } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_ud2_01.d --- a/compile/a/asm_ud2_01.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_ud2_01.d Thu Mar 08 16:23:28 2007 +0000 @@ -19,6 +19,6 @@ return 0; } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_ud2_01_A.d --- a/compile/a/asm_ud2_01_A.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_ud2_01_A.d Thu Mar 08 16:23:28 2007 +0000 @@ -19,6 +19,6 @@ return 0; } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_wbinvd_01_A.d --- a/compile/a/asm_wbinvd_01_A.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_wbinvd_01_A.d Thu Mar 08 16:23:28 2007 +0000 @@ -18,6 +18,6 @@ return 0; } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); } diff -r 251a3e0d98f7 -r 35d813a29e8f compile/a/asm_wrmsr_01_A.d --- a/compile/a/asm_wrmsr_01_A.d Thu Mar 08 16:22:44 2007 +0000 +++ b/compile/a/asm_wrmsr_01_A.d Thu Mar 08 16:23:28 2007 +0000 @@ -18,6 +18,6 @@ return 0; } }else{ - pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); + pragma(msg, "DSTRESS{XFAIL}: no inline ASM support"); static assert(0); }