DPDK patches and discussions
 help / color / mirror / Atom feed
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [dpdk-dev] [Bug 853] gcc12 build error, common/cnxk
Date: Thu, 28 Oct 2021 12:22:22 +0000	[thread overview]
Message-ID: <bug-853-3@http.bugs.dpdk.org/> (raw)

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

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

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

In file included from ../drivers/common/cnxk/cnxk_telemetry_nix.c:5:            
In function ‘nix_sq_ctx’,                                                       
    inlined from ‘cnxk_tel_nix_sq_ctx’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:703:3,                           
    inlined from ‘cnxk_nix_tel_handle_info_x’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:812:9:                              
../drivers/common/cnxk/cnxk_telemetry.h:12:38: warning: array subscript ‘struct
nix_cn10k_sq_ctx_s[0]’ is partly outside array bounds of ‘volatile void[8]’
[-Warray-bounds]                                                                
   12 |                                   (p)->s)                               
../drivers/common/cnxk/cnxk_telemetry_nix.c:603:9: note: in expansion of macro
‘CNXK_TEL_DICT_INT’                                                             
  603 |         CNXK_TEL_DICT_INT(d, ctx, sqe_way_mask, w0_);                   
      |         ^~~~~~~~~~~~~~~~~                                               
../drivers/common/cnxk/cnxk_telemetry_nix.c: In function
‘cnxk_nix_tel_handle_info_x’:                                                   
../drivers/common/cnxk/cnxk_telemetry_nix.c:687:24: note: object ‘qctx’ of size
8                                                                               
  687 |         volatile void *qctx;                                            
      |                        ^~~~                                             
In file included from ../drivers/common/cnxk/cnxk_telemetry_nix.c:5:            
In function ‘nix_sq_ctx’,                                                       
    inlined from ‘cnxk_tel_nix_sq_ctx’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:703:3,                           
    inlined from ‘cnxk_nix_tel_handle_info_x’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:812:9:                    
../drivers/common/cnxk/cnxk_telemetry.h:12:38: warning: array subscript ‘struct
nix_cn10k_sq_ctx_s[0]’ is partly outside array bounds of ‘volatile void[8]’
[-Warray-bounds]                                                                
   12 |                                   (p)->s)                               
../drivers/common/cnxk/cnxk_telemetry_nix.c:604:9: note: in expansion of macro
‘CNXK_TEL_DICT_INT’                                                             
  604 |         CNXK_TEL_DICT_INT(d, ctx, cq, w0_);                             
      |         ^~~~~~~~~~~~~~~~~                                               
../drivers/common/cnxk/cnxk_telemetry_nix.c: In function
‘cnxk_nix_tel_handle_info_x’:                                 
../drivers/common/cnxk/cnxk_telemetry_nix.c:687:24: note: object ‘qctx’ of size
8                                                                               
  687 |         volatile void *qctx;                                            
      |                        ^~~~                                             
In file included from ../drivers/common/cnxk/cnxk_telemetry_nix.c:5:            
In function ‘nix_sq_ctx’,                                                       
    inlined from ‘cnxk_tel_nix_sq_ctx’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:703:3,                              
    inlined from ‘cnxk_nix_tel_handle_info_x’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:812:9:                              
../drivers/common/cnxk/cnxk_telemetry.h:12:38: warning: array subscript ‘struct
nix_cn10k_sq_ctx_s[0]’ is partly outside array bounds of ‘volatile void[8]’
[-Warray-bounds]                                                                
   12 |                                   (p)->s)                               
../drivers/common/cnxk/cnxk_telemetry_nix.c:605:9: note: in expansion of macro
‘CNXK_TEL_DICT_INT’                                                             
  605 |         CNXK_TEL_DICT_INT(d, ctx, sdp_mcast, w0_);
      |         ^~~~~~~~~~~~~~~~~
../drivers/common/cnxk/cnxk_telemetry_nix.c: In function
‘cnxk_nix_tel_handle_info_x’:
../drivers/common/cnxk/cnxk_telemetry_nix.c:687:24: note: object ‘qctx’ of size
8
  687 |         volatile void *qctx;
      |                        ^~~~
In file included from ../drivers/common/cnxk/cnxk_telemetry_nix.c:5:           
                                                                               
                                                                  [2696/177712]
In function ‘nix_sq_ctx’,
    inlined from ‘cnxk_tel_nix_sq_ctx’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:703:3,
    inlined from ‘cnxk_nix_tel_handle_info_x’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:812:9:
../drivers/common/cnxk/cnxk_telemetry.h:12:38: warning: array subscript ‘struct
nix_cn10k_sq_ctx_s[0]’ is partly outside array bounds of ‘volatile void[8]’
[-Warray-bounds]
   12 |                                   (p)->s)
../drivers/common/cnxk/cnxk_telemetry_nix.c:606:9: note: in expansion of macro
‘CNXK_TEL_DICT_INT’
  606 |         CNXK_TEL_DICT_INT(d, ctx, substream, w0_);
      |         ^~~~~~~~~~~~~~~~~
../drivers/common/cnxk/cnxk_telemetry_nix.c: In function
‘cnxk_nix_tel_handle_info_x’:
../drivers/common/cnxk/cnxk_telemetry_nix.c:687:24: note: object ‘qctx’ of size
8
  687 |         volatile void *qctx;
      |                        ^~~~
In file included from ../drivers/common/cnxk/cnxk_telemetry_nix.c:5:
In function ‘nix_sq_ctx’,
    inlined from ‘cnxk_tel_nix_sq_ctx’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:703:3,
    inlined from ‘cnxk_nix_tel_handle_info_x’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:812:9:
../drivers/common/cnxk/cnxk_telemetry.h:12:38: warning: array subscript ‘struct
nix_cn10k_sq_ctx_s[0]’ is partly outside array bounds of ‘volatile void[8]’
[-Warray-bounds]
   12 |                                   (p)->s)
../drivers/common/cnxk/cnxk_telemetry_nix.c:607:9: note: in expansion of macro
‘CNXK_TEL_DICT_INT’
  607 |         CNXK_TEL_DICT_INT(d, ctx, qint_idx, w0_);
      |         ^~~~~~~~~~~~~~~~~
../drivers/common/cnxk/cnxk_telemetry_nix.c: In function
‘cnxk_nix_tel_handle_info_x’:
../drivers/common/cnxk/cnxk_telemetry_nix.c:687:24: note: object ‘qctx’ of size
8
  687 |         volatile void *qctx;
      |                        ^~~~
In file included from ../drivers/common/cnxk/cnxk_telemetry_nix.c:5:
In function ‘nix_sq_ctx’,
    inlined from ‘cnxk_tel_nix_sq_ctx’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:703:3,
    inlined from ‘cnxk_nix_tel_handle_info_x’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:812:9:
../drivers/common/cnxk/cnxk_telemetry.h:12:38: warning: array subscript ‘struct
nix_cn10k_sq_ctx_s[0]’ is partly outside array bounds of ‘volatile void[8]’
[-Warray-bounds]
   12 |                                   (p)->s)
../drivers/common/cnxk/cnxk_telemetry_nix.c:608:9: note: in expansion of macro
‘CNXK_TEL_DICT_INT’
  608 |         CNXK_TEL_DICT_INT(d, ctx, ena, w0_);
      |         ^~~~~~~~~~~~~~~~~
../drivers/common/cnxk/cnxk_telemetry_nix.c: In function
‘cnxk_nix_tel_handle_info_x’:
../drivers/common/cnxk/cnxk_telemetry_nix.c:687:24: note: object ‘qctx’ of size
8
  687 |         volatile void *qctx;
      |                        ^~~~
In file included from ../drivers/common/cnxk/cnxk_telemetry_nix.c:5:
In function ‘nix_sq_ctx’,
    inlined from ‘cnxk_tel_nix_sq_ctx’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:703:3,
    inlined from ‘cnxk_nix_tel_handle_info_x’ at
../drivers/common/cnxk/cnxk_telemetry_nix.c:812:9:
../drivers/common/cnxk/cnxk_telemetry.h:12:38: warning: array subscript ‘struct
nix_cn10k_sq_ctx_s[0]’ is partly outside array bounds of ‘volatile void[8]’
[-Warray-bounds]
   12 |                                   (p)->s)
../drivers/common/cnxk/cnxk_telemetry_nix.c:611:9: note: in expansion of macro
‘CNXK_TEL_DICT_INT’
  611 |         CNXK_TEL_DICT_INT(d, ctx, sqb_count, w1_);
      |         ^~~~~~~~~~~~~~~~~
../drivers/common/cnxk/cnxk_telemetry_nix.c: In function
‘cnxk_nix_tel_handle_info_x’:
../drivers/common/cnxk/cnxk_telemetry_nix.c:687:24: note: object ‘qctx’ of size
8
  687 |         volatile void *qctx;
      |                        ^~~~

.... keeps going

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

             reply	other threads:[~2021-10-28 12:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-28 12:22 bugzilla [this message]
2021-11-26 18:02 ` bugzilla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-853-3@http.bugs.dpdk.org/ \
    --to=bugzilla@dpdk.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).