[Issue 8372] -property is broken

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8372 Jacob Carlborg d...@me.com changed: What|Removed |Added CC||d...@me.com --- Comment

[Issue 8372] -property is broken

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8372 --- Comment #8 from Jonathan M Davis jmdavisp...@gmx.com 2012-07-10 23:36:15 PDT --- I would like the third example to be legal. That would not be strict property enforcement, which is what -property is designed to test for. -- Configure

[Issue 8371] Add a function to make a range from a sequence of elements

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8371 --- Comment #3 from yebblies yebbl...@gmail.com 2012-07-11 16:40:19 EST --- (In reply to comment #1) I think it should have assignable elements. It is trivial to support. It doesn't make much sense if it's a value type. auto r = range(3, 2,

[Issue 7593] cfloat to cdouble conversion is broken when using xmm

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7593 yebblies yebbl...@gmail.com changed: What|Removed |Added Resolution|WORKSFORME |FIXED --- Comment #5

[Issue 7591] Wrong const-folding comparisons involving complex nans

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7591 yebblies yebbl...@gmail.com changed: What|Removed |Added Resolution|WORKSFORME |FIXED --- Comment #3

[Issue 8371] Add a function to make a range from a sequence of elements

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8371 --- Comment #4 from Christophe Travert christophe.trav...@normalesup.org 2012-07-11 00:47:45 PDT --- It can't be random access without being bidirectional Shame... and it can't be bidirectional without having a start/end index. I was

[Issue 8372] -property is broken

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8372 --- Comment #9 from Jacob Carlborg d...@me.com 2012-07-11 02:51:28 PDT --- (In reply to comment #8) That would not be strict property enforcement, which is what -property is designed to test for. Then I don't want strict property

[Issue 8377] New: Unexpected OPTLINK Termination at EIP=004106BE

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8377 Summary: Unexpected OPTLINK Termination at EIP=004106BE Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: regression Priority: P2

[Issue 8377] Unexpected OPTLINK Termination at EIP=004106BE

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8377 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 8377] Unexpected OPTLINK Termination at EIP=004106BE

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8377 klickverbot c...@klickverbot.at changed: What|Removed |Added CC||c...@klickverbot.at

[Issue 8239] PIC always enabled on OSX

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8239 --- Comment #2 from d...@dawgfoto.de 2012-07-11 14:02:37 PDT --- So they use ASLR for executables(PIE)? If we support this then it should be easy to fix Bug 5278. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 8378] New: /entry:_function is implemented, but undocumented.

2012-07-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8378 Summary: /entry:_function is implemented, but undocumented. Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2