https://issues.dlang.org/show_bug.cgi?id=18461
Seb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Seb <[email protected]> --- 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 --- --
