comparison run/a/asm_03_D.d @ 1521:2ab1093d9008

fixed -fPIC issue
author thomask
date Fri, 27 Apr 2007 17:24:40 +0000
parents f39a9d671323
children
comparison
equal deleted inserted replaced
1520:b5c0842014ef 1521:2ab1093d9008
4 4
5 // @author@ Matti Niemenmaa <deewiant@gmail.com> 5 // @author@ Matti Niemenmaa <deewiant@gmail.com>
6 // @date@ 2007-04-21 6 // @date@ 2007-04-21
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1173 7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1173
8 // @desc@ [Issue 1173] Inline assembler: cannot use global scope operator 8 // @desc@ [Issue 1173] Inline assembler: cannot use global scope operator
9
10 // __DSTRESS_TORTURE_BLOCK__ -fPIC
9 11
10 module dstress.run.a.asm_03_D; 12 module dstress.run.a.asm_03_D;
11 13
12 version(D_InlineAsm_X86){ 14 version(D_InlineAsm_X86){
13 version = runTest; 15 version = runTest;