[Issue 697] No const folding on asm db,dw, etc

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 18 19:26:22 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=697

--- Comment #9 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
OK, I got the Mercurial server running again, and uploaded a copy of the
repository to GitHub. The files are here:

https://github.com/CyberShadow/dstress/tree/master/run/a

Still, looking at these test cases, it's still questionable whether there is
much value in them. For instance, asm_di_02_A.d has:

        const short x = 0x40404040;

This is clearly invalid code.

The `db 1+2` part of this issue is a valid enhancement request, but should be
filed separately. If you have a need for the feature in your programs, please
file a new enhancement request.

--


More information about the Digitalmars-d-bugs mailing list