aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-09-05 17:47:32 -0700
committerChris Robinson <[email protected]>2014-09-05 17:47:32 -0700
commit4d19d4f416f39902f5bb08e822c262d571136aa6 (patch)
tree9c22c024bfe534ab256ba9bbd193c0d9a68f0eab /include
parentab829fd90636f9e5d8216424365136bb14613bdf (diff)
Check that atomic_load works with a const _Atomic
The original C11 spec does not allow atomic_load to work on const _Atomic variables, which we sometimes do in alGet* methods, despite the fact that it does not modify the variable. An update to the C spec corrects this oversight, and GCC 4.9 has allowed it anyway, while Clang 3.4 does not.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions