Hi everybody,

if you have a look at ASACORE-3200 [1], there seems to be an issue with thread safety. The proposed solution is to use std::atomic<bool>.

In the release notes of gcc 4.7 [2] it is written that first support for atomic operations has been added initially in that version.

Unfortunately there is a Jenkins job called linux-gcc46-test-verify which would fail when using newer features.

So given that gcc 6 is in the wild, does it makes sense to still support something as old as gcc 4.6?

  Thorsten



[1] https://jira.allseenalliance.org/browse/ASACORE-3200
[2] http://gcc.gnu.org/gcc-4.7/changes.html

_______________________________________________
Allseen-core mailing list
[email protected]
https://lists.allseenalliance.org/mailman/listinfo/allseen-core

Reply via email to