gcc/libgo/misc/cgo
Ian Lance Taylor b52a3881f0 runtime, sync: use __atomic intrinsics instead of __sync
GCC has supported the __atomic intrinsics since 4.7.  They are better
    than the __sync intrinsics in that they specify a memory model and,
    more importantly for our purposes, they are reliably implemented
    either in the compiler or in libatomic.
    
    Fixes https://gcc.gnu.org/PR52084
    
    Reviewed-on: https://go-review.googlesource.com/c/160820

From-SVN: r268458
2019-02-01 21:55:38 +00:00
..
errors libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
fortran
gmp
life
nocgo
stdio
test runtime, sync: use __atomic intrinsics instead of __sync 2019-02-01 21:55:38 +00:00
testasan
testcarchive
testcshared libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
testgodefs
testplugin libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
testsanitizers libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
testshared libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
testsigfwd
testso
testsovar
testtls