https://bugs.dpdk.org/show_bug.cgi?id=858

            Bug ID: 858
           Summary: gcc12 build error, net/failsafe
           Product: DPDK
           Version: 20.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: other
          Assignee: dev@dpdk.org
          Reporter: ferruh.yi...@intel.com
  Target Milestone: ---

With gcc 12.0.0 "gcc (GCC) 12.0.0 20211024 (experimental)"

In file included from ../drivers/net/failsafe/failsafe_ops.c:19:
../drivers/net/failsafe/failsafe_ops.c: In function ‘fs_link_update’:
../drivers/net/failsafe/failsafe_private.h:307:9: warning: the comparison will
always evaluate as ‘true’ for the pointer operand in ‘((struct fs_priv
*)dev->data->dev_private)->subs + (sizetype)((long unsigned int)((struct
fs_priv *)dev->data->dev_private)->subs_tx * 904)’ must not be NULL [-Waddress]
  307 |         (PRIV(dev)->subs_tx >= PRIV(dev)->subs_tail                ?
NULL \
      |         ^
../drivers/net/failsafe/failsafe_ops.c:847:13: note: in expansion of macro
‘TX_SUBDEV’
  847 |         if (TX_SUBDEV(dev)) {
      |             ^~~~~~~~~

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to