Thread overview
[Issue 10702] New: Undefined identifier '_xopCmp'
Jul 23, 2013
Denis Shelomovskij
Jul 23, 2013
Kenji Hara
Jul 24, 2013
Denis Shelomovskij
July 23, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10702

           Summary: Undefined identifier '_xopCmp'
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: verylonglogin.reg@gmail.com


--- Comment #0 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-07-23 12:48:47 MSD ---
Merging pull request #2321 leads to this message on previously working codebase:
---
Error: undefined identifier '_xopCmp'
Assertion failure: 's' on line 691 in file 'clone.c'
---

Is the issue fixable with this information or should I provide minimal or full source testcase?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 23, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10702



--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-07-23 04:32:07 PDT ---
dmd/pull/2321 requires druntime change druntime/pull/543, so you need to update your local druntime repo.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 24, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10702


Denis Shelomovskij <verylonglogin.reg@gmail.com> changed:

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


--- Comment #2 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-07-24 11:59:18 MSD ---
(In reply to comment #1)
> dmd/pull/2321 requires druntime change druntime/pull/543, so you need to update your local druntime repo.

Sorry, forgot to rebuild runtime.

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