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

2017-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=697

--- Comment #9 from Vladimir Panteleev  ---
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.

--


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

2017-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=697

--- Comment #8 from Vladimir Panteleev  ---
Stewart, "someone" is not enough. For a bug report to be useful, anyone should
be able to reproduce the issue. There is very little value in keeping open a
bug report where you have to go on an archaeology quest to find crucial
details.

Since you still have the files, please attach them here (or to a new bug
report)?

--


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

2017-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=697

--- Comment #7 from Stewart Gordon  ---
(In reply to Vladimir Panteleev from comment #6)
> The original test case as presented in the issue description now works, as
> per comment 3, so I'm going to close this.
> 
> (In reply to Don from comment #5)
> > I'm reopening this since there are 7 dstress bugs which depend on it.
> 
> DStress is no longer online, so these are no longer easily available.

Doesn't follow - somebody might have a local copy of Dstress from back in the
day.  Indeed, I've found that I have.  Not sure how complete it is, but I've
found all of those listed in comment 5 therein.  As I try under DMD 2.074, they
all give a compile error.

--


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

2017-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=697

Vladimir Panteleev  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #6 from Vladimir Panteleev  ---
The original test case as presented in the issue description now works, as per
comment 3, so I'm going to close this.

(In reply to Don from comment #5)
> I'm reopening this since there are 7 dstress bugs which depend on it.

DStress is no longer online, so these are no longer easily available.

Please reopen or file a new issue if you can provide a reproducible test case.

--


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

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=697

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--