https://bugs.dpdk.org/show_bug.cgi?id=1425 Bug ID: 1425 Summary: enable_stdatomic=true breaks C++ on GCC 11 and earlier Product: DPDK Version: 23.11 Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: core Assignee: dev@dpdk.org Reporter: mattias.ronnblom@ericsson.com Target Milestone: --- On GCC 11 and earlier, configuring enable_stdatomic=true prevents the use of all DPDK header files that directly or indirectly include from a C++ translation unit (e.g., app). includes , which in turn is not necessarily C++-compatible. -- You are receiving this mail because: You are the assignee for the bug.