[Issue 16147] Provide shiny 404 error pages

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16147 Vladimir Panteleev changed: What|Removed |Added Keywords||pull

[Issue 16669] forum.dlang.org menu is different from dlang.org menu.

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16669 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15649] Wish: forum.dlang.org: It would be nice to see new (unreaded) posts marked somehow

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15649 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14045] Redo the forums entry page and links

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14045 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16669] forum.dlang.org menu is different from dlang.org menu.

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16669 Vladimir Panteleev changed: What|Removed |Added CC|

[Issue 16669] New: forum.dlang.org menu is different from dlang.org menu.

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16669 Issue ID: 16669 Summary: forum.dlang.org menu is different from dlang.org menu. Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: trivial

[Issue 13474] Discard excess precision for float and double (x87)

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13474 --- Comment #29 from Walter Bright --- (In reply to yebblies from comment #28) > (In reply to Walter Bright from comment #26) > I must have missed that. I'm happy to review/merge dmd changes related to > that. No dmd

[Issue 6716] Linking a C program with D library causes DEH errors

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6716 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/d312f43000dd63989d84e92a992c6ab0a4bbfb97 fix issue 6716: Linking a C program with D library causes DEH

[Issue 16668] Hello world causes linker errors

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16668 --- Comment #1 from francis nixon <13nix...@gmail.com> --- Forgot to mention that this is on a debian stretch vm, with dmd version 72 --

[Issue 16668] New: Hello world causes linker errors

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16668 Issue ID: 16668 Summary: Hello world causes linker errors Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal Priority: P1

[Issue 16667] dub test fails on std.conv after upgrade to dmd 2.072.0

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16667 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com

[Issue 16583] Static module ctor semantic proposition

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16583 --- Comment #4 from b2.t...@gmx.com --- http://forum.lazarus.freepascal.org/index.php/topic,34702.msg228122.html#msg228122 --

[Issue 16667] New: dub test fails on std.conv after upgrade to dmd 2.0.72.0

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16667 Issue ID: 16667 Summary: dub test fails on std.conv after upgrade to dmd 2.0.72.0 Product: D Version: D2 Hardware: x86 OS: Linux Status: NEW

[Issue 16666] New: core.sys.posix.sys.types uses c_long without importing its definition

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1 Issue ID: 1 Summary: core.sys.posix.sys.types uses c_long without importing its definition Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 13474] Discard excess precision for float and double (x87)

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13474 --- Comment #28 from yebblies --- (In reply to Walter Bright from comment #26) > > I think that's well covered by adding an intrinsic, > > I produced a PR request for that in druntime. Nobody liked it, and it > languishes

[Issue 16665] New: static assert is only checked after the following dependent type declaration

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16665 Issue ID: 16665 Summary: static assert is only checked after the following dependent type declaration Product: D Version: D2 Hardware: All OS: All

[Issue 13474] Discard excess precision for float and double (x87)

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13474 --- Comment #26 from Walter Bright --- > I think that's well covered by adding an intrinsic, I produced a PR request for that in druntime. Nobody liked it, and it languishes unpulled.

[Issue 13474] Discard excess precision for float and double (x87)

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13474 --- Comment #27 from Walter Bright --- > stop supporting targets without xmm regs A couple problems with this: 1. It is unknown what 32 bit x86 CPUs are used for embedded systems. I dislike adding more codegen switches,

[Issue 13474] Discard excess precision for float and double (x87)

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13474 --- Comment #25 from Walter Bright --- https://github.com/dlang/dmd/pull/6247 --

[Issue 13474] Discard excess precision for float and double (x87)

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13474 --- Comment #23 from yebblies --- (In reply to Walter Bright from comment #22) > > So I propose that the fix is to disable optimizing away the assignment to y > for x87 code gen targets. Are you suggesting disabling that

[Issue 13474] Discard excess precision for float and double (x87)

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13474 --- Comment #24 from Илья Ярошенко --- (In reply to yebblies from comment #23) > I would rather stop supporting targets without xmm regs than > stop producing fast code on Win32 etc. +1 --

[Issue 13474] Discard excess precision for float and double (x87)

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13474 Walter Bright changed: What|Removed |Added CC|

[Issue 16664] core.demangle functions are not callable from @safe or pure code

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16664 Walter Bright changed: What|Removed |Added Keywords||bootcamp --

[Issue 16664] New: core.demangle functions are not callable from @safe or pure code

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16664 Issue ID: 16664 Summary: core.demangle functions are not callable from @safe or pure code Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 12125] Win64 phobos has hard references to LIBCMT

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12125 Rainer Schuetze changed: What|Removed |Added Keywords||pull

[Issue 11961] Can't select CRT to link against

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11961 Rainer Schuetze changed: What|Removed |Added Keywords||pull