Thread overview
[Issue 13460] dmd can no longer be built with DEBUG=1 on Linux/x86_64
Oct 07, 2014
Martin Nowak
Apr 13, 2015
Martin Krejcirik
September 11, 2014
https://issues.dlang.org/show_bug.cgi?id=13460

--- Comment #1 from hsteoh@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.

$
-----

--
October 07, 2014
https://issues.dlang.org/show_bug.cgi?id=13460

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu
           Severity|regression                  |blocker

--- Comment #2 from Martin Nowak <code@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.

--
October 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13460

--- Comment #3 from github-bugzilla@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

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13460

--- Comment #4 from github-bugzilla@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

--
April 13, 2015
https://issues.dlang.org/show_bug.cgi?id=13460

Martin Krejcirik <mk@krej.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|NEW                         |RESOLVED
                 CC|                            |mk@krej.cz
           Hardware|x86                         |x86_64
         Resolution|---                         |FIXED

--