January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11447



--- Comment #21 from Walter Bright <bugzilla@digitalmars.com> 2014-01-26 16:48:30 PST ---
To repro on Windows:

dmd -c fail.d -w -debug -gc
dmd -c a.d -w -debug -gc
dmd fail.obj a.obj
fail

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11447



--- Comment #22 from Vladimir Panteleev <thecybershadow@gmail.com> 2014-01-27 02:49:32 EET ---
I'm on it!

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11447



--- Comment #23 from Walter Bright <bugzilla@digitalmars.com> 2014-01-26 16:50:41 PST ---
(In reply to comment #22)
> I'm on it!

Thank you! You da man!

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11447



--- Comment #24 from Vladimir Panteleev <thecybershadow@gmail.com> 2014-01-27 03:08:41 EET ---
For me, this bug is reproduced even on 11f05b5dad2f5ef22a73dd851db1ec108508e022 . However, this can be because of the Phobos dependency in comment#2. I am going to try to reproduce it on Linux and remove the Phobos dependency.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11447



--- Comment #25 from Walter Bright <bugzilla@digitalmars.com> 2014-01-26 17:25:01 PST ---
(In reply to comment #24)
> For me, this bug is reproduced even on 11f05b5dad2f5ef22a73dd851db1ec108508e022 . However, this can be because of the Phobos dependency in comment#2. I am going to try to reproduce it on Linux and remove the Phobos dependency.

Hmm, I was using the Jan 16 phobos for both runs.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11447



--- Comment #26 from Vladimir Panteleev <thecybershadow@gmail.com> 2014-01-27 03:50:32 EET ---
Found it:

https://github.com/D-Programming-Language/dmd/pull/3107

[REG2.065a] Issue 11931 - Linkers "Symbol Undefined" again with dmd HEAD when -g specified

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11447



--- Comment #27 from Vladimir Panteleev <thecybershadow@gmail.com> 2014-01-27 03:57:06 EET ---
5321d36d12dfe0b3c18cdb9755ea6342ebe664b3 is the first bad commit
commit 5321d36d12dfe0b3c18cdb9755ea6342ebe664b3
Author: k-hara <k.hara.pg@gmail.com>
Date:   Sat Jan 18 14:42:41 2014 +0900

    fix Issue 11931 - Linkers "Symbol Undefined" again with dmd HEAD when -g
specified

    Also add test case for issue 7595.

:040000 040000 831cbb65162bb4de49c865cbb4c497165e1df18b
bf75df6e2964a3a1666ead1ca19f9c723afb4cf8 M      src
:040000 040000 d37c2c62637a6d3b1c2b60455b46a0cd5e7b4385
2dfd0ee0660e40585c6960235f57d1103c952a7f M      test
bisect run success

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11447


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, wrong-code
           Platform|x86_64                      |All
         OS/Version|Linux                       |All


--- Comment #28 from Kenji Hara <k.hara.pg@gmail.com> 2014-01-26 19:36:33 PST ---
https://github.com/D-Programming-Language/dmd/pull/3162

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11447


Walter Bright <bugzilla@digitalmars.com> changed:

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


--- Comment #29 from Walter Bright <bugzilla@digitalmars.com> 2014-01-26 20:27:46 PST ---
Great work, guys!

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11447



--- Comment #30 from deadalnix <deadalnix@gmail.com> 2014-01-27 00:27:41 PST ---
(In reply to comment #29)
> Great work, guys!

+1, that is awesome !

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------