gcc/libgo/go/runtime/testdata
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
..
testprog libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
testprogcgo runtime, sync: use __atomic intrinsics instead of __sync 2019-02-01 21:55:38 +00:00
testprogcxx runtime: get missing function name from symbol table 2018-02-08 15:37:43 +00:00
testprognet libgo: update to go1.9 2017-09-14 17:11:35 +00:00