[Issue 13460] dmd can no longer be built with DEBUG=1 on Linux/x86_64

2015-04-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13460

Martin Krejcirik m...@krej.cz changed:

   What|Removed |Added

   Keywords||pull
 Status|NEW |RESOLVED
 CC||m...@krej.cz
   Hardware|x86 |x86_64
 Resolution|--- |FIXED

--


[Issue 13460] dmd can no longer be built with DEBUG=1 on Linux/x86_64

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13460

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/57f62cbf612975b9dc872a548f23ec9d33622f1f
Issue 13460 - dmd can no longer be built with DEBUG=1 on Linux/x86_64

https://github.com/D-Programming-Language/dmd/commit/fac35335ac014d3132fa4647b0f3239045dc3028
Merge pull request #4079 from
IgorStepanov/checkedinn-not-compiled-in-with-debug

--


[Issue 13460] dmd can no longer be built with DEBUG=1 on Linux/x86_64

2014-10-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13460

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/57f62cbf612975b9dc872a548f23ec9d33622f1f
Issue 13460 - dmd can no longer be built with DEBUG=1 on Linux/x86_64

https://github.com/D-Programming-Language/dmd/commit/fac35335ac014d3132fa4647b0f3239045dc3028
Merge pull request #4079 from
IgorStepanov/checkedinn-not-compiled-in-with-debug

Issue 13460 - dmd can no longer be built with DEBUG=1 on Linux/x86_64

--


[Issue 13460] dmd can no longer be built with DEBUG=1 on Linux/x86_64

2014-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13460

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

 CC||c...@dawg.eu
   Severity|regression  |blocker

--- Comment #2 from Martin Nowak c...@dawg.eu ---
Annoying but this is not a regression, it only affects developers compiling a
DEBUG build.
What needs to be done here is to explicitly cast 3LL literals to int64_t.

--


[Issue 13460] dmd can no longer be built with DEBUG=1 on Linux/x86_64

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13460

--- Comment #1 from hst...@quickfur.ath.cx ---
Oh, and in case it matters, the C++ compiler version on my system is:
-
$ g++ --version
g++ (Debian 4.9.1-13) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$
-

--