http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60932
Sebastian Huber <sebastian.hu...@embedded-brains.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX --- Comment #11 from Sebastian Huber <sebastian.hu...@embedded-brains.de> --- Ok, I will use this #ifdef __cplusplus #include <atomic> using namespace std; #else #include <stdatomic.h> #endif approach, but from my point of view this is quite an unsatisfactory user experience.