Thread overview
[Issue 18145] Phobos makefile incorrectly sets --dip1000 for DMD when BUILD=debug
Dec 30, 2017
Seb
Dec 30, 2017
Seb
Dec 31, 2017
ag0aep6g@gmail.com
Jan 18, 2018
Carsten Blüggel
Mar 03, 2018
Walter Bright
May 14, 2019
Seb
May 27, 2019
Seb
December 30, 2017
https://issues.dlang.org/show_bug.cgi?id=18145

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--- Comment #1 from Seb <greensunny12@gmail.com> ---
This is pretty weird. Dip1000 is only used in DRuntime:

> posix.mak
80:UDFLAGS:=-conf= -Isrc -Iimport -w -dip1000 $(MODEL_FLAG) $(PIC)
$(OPTIONAL_COVERAGE)

Looking at your log I can't see -dip1000 set either. `-conf=` isn't called for `dmd` in the lexer build, maybe that's the culprit? I.e. you have some local config or DFLAGS.

--
December 30, 2017
https://issues.dlang.org/show_bug.cgi?id=18145

--- Comment #2 from Seb <greensunny12@gmail.com> ---
(For reference, I can't reproduce this on Linux with Make 4.2.1)

--
December 31, 2017
https://issues.dlang.org/show_bug.cgi?id=18145

--- Comment #3 from ag0aep6g@gmail.com ---
*** Issue 18144 has been marked as a duplicate of this issue. ***

--
January 18, 2018
https://issues.dlang.org/show_bug.cgi?id=18145

Carsten Blüggel <chilli@posteo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chilli@posteo.net

--
March 03, 2018
https://issues.dlang.org/show_bug.cgi?id=18145

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe
                 CC|                            |bugzilla@digitalmars.com

--
May 14, 2019
https://issues.dlang.org/show_bug.cgi?id=18145

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #4 from Seb <greeenify@gmail.com> ---
https://github.com/dlang/phobos/pull/6931 will fix this as it activated -dip1000 for all build types.

--
May 27, 2019
https://issues.dlang.org/show_bug.cgi?id=18145

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--