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 libgo: update to go1.9 2017-09-14 17:11:35 +00:00
gmp
life libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
nocgo
stdio libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
test runtime, sync: use __atomic intrinsics instead of __sync 2019-02-01 21:55:38 +00:00
testasan
testcarchive libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
testcshared libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
testgodefs libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
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