https://issues.dlang.org/show_bug.cgi?id=18461

Seb <greensunn...@gmail.com> changed:

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

--- Comment #6 from Seb <greensunn...@gmail.com> ---
The object files produced by DMD are identical and in fact since a few releases
DMD produced reproducible builds.
However, that's the problem:

---
> dmd -inline -O -release bitop.d
> ./bitop
illegal hardware instruction (core dumped)  ./bitop
> ./bitop
illegal hardware instruction (core dumped)  ./bitop
> ./bitop
illegal hardware instruction (core dumped)  ./bitop
> ./bitop
illegal hardware instruction (core dumped)  ./bitop
> ./bitop
<-- works fine
---

--

Reply via email to