Bug creation and email sending has been disabled, file new bugs at gcc.gnu.org/bugzilla
View | Details | Raw Unified | Return to bug 174
Collapse All | Expand All

(-)a/libphobos/libdruntime/core/atomic.d (-1 / +1 lines)
Lines 1255-1261 else version( GNU ) Link Here
1255
    }
1255
    }
1256
1256
1257
1257
1258
    void atomicFence() nothrow
1258
    void atomicFence() nothrow @nogc
1259
    {
1259
    {
1260
        __sync_synchronize();
1260
        __sync_synchronize();
1261
    }
1261
    }

Return to bug 174