January 23, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9378

           Summary: std.internal.digest.sha_SSE3 breaks if compiled with
                    PIC
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: code@dawg.eu


--- Comment #0 from Martin Nowak <code@dawg.eu> 2013-01-23 06:02:16 PST ---
Several unittests for std.uuid and std.digest fail when enabling PIC due to the SSE3 optimized asm for SHA1.

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



--- Comment #1 from github-bugzilla@puremagic.com 2013-01-24 00:20:34 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/4a6af4e42e6d52288d3a9fb5aeeec9655824bb30 workaround Bug 9378

- SHA1 asm is broken for PIC

https://github.com/D-Programming-Language/phobos/commit/ca65b3701a8d108e38a7ce782a04a0fd8e43ab63 Merge pull request #1095 from dawgfoto/workaround9378

workaround Bug 9378

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