[Issue 396] New: aliased identifier in asm blocks cause compiler segment faults

Thomas Kuehne thomas-dloop at kuehne.cn
Tue Oct 3 23:36:59 PDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

d-bugmail at puremagic.com schrieb am 2006-10-03:
> http://d.puremagic.com/issues/show_bug.cgi?id=396

> # void main(){
> #    int x = 1;
> # 
> #    alias x y;
> # 
> #    asm{
> #       mov EAX, x; // OK
> #       mov EAX, y; // compiler segment fault
> #    }
> # }

Added to DStress as
http://dstress.kuehne.cn/run/a/alias_38_A.d
http://dstress.kuehne.cn/run/a/alias_38_B.d
http://dstress.kuehne.cn/run/a/alias_38_C.d

Thomas


-----BEGIN PGP SIGNATURE-----

iD8DBQFFI1RuLK5blCcjpWoRAmt/AJ47imlh0elHa9wy86xdQnC+kouAAQCfXOL4
JlsXFuXGMBmYdIHwo7hKLLQ=
=xwJ/
-----END PGP SIGNATURE-----



More information about the Digitalmars-d-bugs mailing list