GCC version is 6.1.0, on unstable branch.
Running a make, Error occurred:
In file included from cluster.c:31:0:
proxy.h:79:5: err:unknow type ‘_Atomic’
_Atomic uint64_t numclients;
^
proxy.h:79:22: err:expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘attribute’ before ‘numclients’
_Atomic uint64_t numclients;
^