Skip to content
Success

#182 (Jul 6, 2026, 11:16:40 PM)

Distributing Tarball
Started 9 days 8 hr ago
Took 19 min
Build Artifacts
cfa-cc-1.0.0.326.tar.gz2.20 MiB view

Started by upstream project Cforall Full Build build number 326
originally caused by:

    This run spent:

    • 6.9 sec waiting;
    • 19 min build duration;
    • 20 min total from scheduled to completion.
    Revision: b3609b2d7adb62e64922155f7611b28417c8f02e
    Repository: cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
    • refs/remotes/origin/master
    move libcfa/src/concurrency/atomic.hfa to libcfa/src/bits/atomic.hfa, and update all the atomic operations
    pabuhr at
    change routine name from rdtscl to rdtsc
    pabuhr at
    change function name isEmpty to empty
    pabuhr at
    fix problem with printing 0 for largest int_128 values
    pabuhr at
    formatting
    pabuhr at
    change routine name from rdtscl to rdtsc
    pabuhr at
    fix -O2 problem with new atomic macros
    pabuhr at
    elide warning message -Wdangling-pointer
    pabuhr at
    fix strange -O3 gcc bug by adding volatile
    pabuhr at
    make ignored "-Wdangling-pointer" conditional on gcc >= 12
    pabuhr at