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 <rte_stdatomic.h>
from a C++ translation unit (e.g., app).

<rte_stdatomic.h> includes <stdatomic.h>, which in turn is not necessarily
C++-compatible.
          


You are receiving this mail because: