[Issue 14622] New: documented unit test that follows an undocumented symbol silently ignored

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14622 Issue ID: 14622 Summary: documented unit test that follows an undocumented symbol silently ignored Product: D Version: D2 Hardware: All OS: All Status

[Issue 11870] replace dynamic symbol table (--export-dynamic) for backtraces

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11870 Maurice van der Pot changed: What|Removed |Added CC||griffo...@kfk4ever.com --

[Issue 14621] [REG2.066] ICE: Assertion failure: 'global.gaggedErrors || global.errors' on line 752 in file 'statement.c'

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14621 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com Hard

[Issue 14621] New: ICE: Assertion failure: 'global.gaggedErrors || global.errors' on line 752 in file 'statement.c'

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14621 Issue ID: 14621 Summary: ICE: Assertion failure: 'global.gaggedErrors || global.errors' on line 752 in file 'statement.c' Product: D Version: unspecified Hardware: x86

[Issue 9110] Lazy variadic array error message is confusing

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9110 Steven Schveighoffer changed: What|Removed |Added Keywords||diagnostic --

[Issue 9110] Lazy variadic array error message is confusing

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9110 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com Hardware

[Issue 14606] [REG2.067.0] Bad code with -inline and structs

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14606 Kenji Hara changed: What|Removed |Added Keywords||pull, wrong-code --- Comment #3 from Kenji Hara

[Issue 13433] Request: Clock.currTime option to use CLOCK_REALTIME_COARSE / CLOCK_REALTIME_FAST

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13433 --- Comment #22 from Steven Schveighoffer --- Vladimir pointed out a mechanism to make the decision at runtime. That's the only option I see here. I'm not sure how it's done, but it seems it would incur some runtime cost. But I think it could be made

[Issue 13433] Request: Clock.currTime option to use CLOCK_REALTIME_COARSE / CLOCK_REALTIME_FAST

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13433 --- Comment #21 from Sobirari Muhomori --- I mean, D compiler can compile 64-bit programs, which are incompatible with 32-bit systems. And I believe 64-bit linux can be set up without ability to run 32-bit executables. --

[Issue 14606] [REG2.067.0] Bad code with -inline and structs

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14606 --- Comment #2 from Vladimir Panteleev --- Err, confirmed, thanks. I got the original reduction result on Linux but now I can't reproduce it. --

[Issue 14606] [REG2.067.0] Bad code with -inline and structs

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14606 --- Comment #1 from Kenji Hara --- > Introduced in https://github.com/D-Programming-Language/dmd/pull/3979 The broken executable has been generated since 2.065, which and it was introduced in: https://github.com/D-Programming-Language/dmd/pull/2592

[Issue 13433] Request: Clock.currTime option to use CLOCK_REALTIME_COARSE / CLOCK_REALTIME_FAST

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13433 --- Comment #20 from Vladimir Panteleev --- (In reply to Sobirari Muhomori from comment #19) > Already done: 64-bit executables are incompatible with 32-bit systems. Except that: - We do not actually release separate 32-bit and 64-bit versions - 64-

[Issue 13433] Request: Clock.currTime option to use CLOCK_REALTIME_COARSE / CLOCK_REALTIME_FAST

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13433 --- Comment #19 from Sobirari Muhomori --- (In reply to Vladimir Panteleev from comment #18) > Makes no sense. Already done: 64-bit executables are incompatible with 32-bit systems. I think, it fits D ideology "good by default, closer to the system

[Issue 13433] Request: Clock.currTime option to use CLOCK_REALTIME_COARSE / CLOCK_REALTIME_FAST

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13433 --- Comment #18 from Vladimir Panteleev --- (In reply to Sobirari Muhomori from comment #17) > How about server platforms? Those are less conservative than desktop. So we release two Windows DMD builds, one for client version of Windows and one for

[Issue 13433] Request: Clock.currTime option to use CLOCK_REALTIME_COARSE / CLOCK_REALTIME_FAST

2015-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13433 --- Comment #17 from Sobirari Muhomori --- (In reply to Steven Schveighoffer from comment #16) > But we can't require Windows 8 for D. How about server platforms? Those are less conservative than desktop. --