DPDK patches and discussions
 help / color / mirror / Atom feed
* [DPDK/core Bug 1425] enable_stdatomic=true breaks C++ on GCC 11 and earlier
@ 2024-04-29  6:21 bugzilla
  2024-04-29 23:14 ` Tyler Retzlaff
  0 siblings, 1 reply; 4+ messages in thread
From: bugzilla @ 2024-04-29  6:21 UTC (permalink / raw)
  To: dev

[-- Attachment #1: Type: text/plain, Size: 872 bytes --]

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 <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:
You are the assignee for the bug.

[-- Attachment #2: Type: text/html, Size: 2751 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-30 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-29  6:21 [DPDK/core Bug 1425] enable_stdatomic=true breaks C++ on GCC 11 and earlier bugzilla
2024-04-29 23:14 ` Tyler Retzlaff
2024-04-30 20:06   ` Mattias Rönnblom
2024-04-30 20:37     ` Tyler Retzlaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).