From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1E079A0547; Thu, 28 Oct 2021 14:14:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 03CA341100; Thu, 28 Oct 2021 14:14:38 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id CAFE840DF4 for ; Thu, 28 Oct 2021 14:14:36 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id B2ECFA0C45; Thu, 28 Oct 2021 14:14:36 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Thu, 28 Oct 2021 12:14:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: 20.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ferruh.yigit@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 851] gcc12 build error, net/qede/base X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D851 Bug ID: 851 Summary: gcc12 build error, net/qede/base 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: --- In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_vf.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_mov128=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:343:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:438:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98ecore_vf_read_bulletin=E2=80=99 at ../drivers/net/qede/base/ecore_vf.c:1764:2: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript =E2=80=98__m256i_u[2]=E2=80=99 is partly outside a= rray bounds of =E2=80=98struct ecore_bulletin_content[1]=E2=80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_vf.c: In function =E2=80=98ecore_vf_read_bul= letin=E2=80=99: ../drivers/net/qede/base/ecore_vf.c:1757:39: note: at offset 64 into object =E2=80=98shadow=E2=80=99 of size 80 1757 | struct ecore_bulletin_content shadow; | ^~~~~~ In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_vf.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_mov128=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:344:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:438:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98ecore_vf_read_bulletin=E2=80=99 at ../drivers/net/qede/base/ecore_vf.c:1764:2: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript 3 is outside array bounds of =E2=80=98struct ecore_bulletin_content[1]=E2=80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_vf.c: In function =E2=80=98ecore_vf_read_bul= letin=E2=80=99: ../drivers/net/qede/base/ecore_vf.c:1757:39: note: at offset 96 into object =E2=80=98shadow=E2=80=99 of size 80 1757 | struct ecore_bulletin_content shadow; | ^~~~~~ In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_vf.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:450:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98ecore_vf_read_bulletin=E2=80=99 at ../drivers/net/qede/base/ecore_vf.c:1764:2: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript =E2=80=98__m256i_u[2]=E2=80=99 is partly outside a= rray bounds of =E2=80=98void[80]=E2=80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:451:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98ecore_vf_read_bulletin=E2=80=99 at ../drivers/net/qede/base/ecore_vf.c:1764:2: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript =E2=80=98__m256i_u[2]=E2=80=99 is partly outside a= rray bounds of =E2=80=98void[80]=E2=80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ In function =E2=80=98_mm256_loadu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:319:9, inlined from =E2=80=98rte_mov128=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:343:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:438:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98ecore_vf_read_bulletin=E2=80=99 at ../drivers/net/qede/base/ecore_vf.c:1777:2: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:929:10: warning: array subscript =E2=80=98__m256i_u[2]=E2=80=99 is partly outside a= rray bounds of =E2=80=98struct ecore_bulletin_content[1]=E2=80=99 [-Warray-bounds] 929 | return *__P; | ^~~~ ../drivers/net/qede/base/ecore_vf.c: In function =E2=80=98ecore_vf_read_bul= letin=E2=80=99: ../drivers/net/qede/base/ecore_vf.c:1757:39: note: at offset 64 into object =E2=80=98shadow=E2=80=99 of size 80 1757 | struct ecore_bulletin_content shadow; | ^~~~~~ In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_vf.c:7: In function =E2=80=98_mm256_loadu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:319:9, inlined from =E2=80=98rte_mov128=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:344:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:438:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98ecore_vf_read_bulletin=E2=80=99 at ../drivers/net/qede/base/ecore_vf.c:1777:2: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:929:10: warning: array subscript 3 is outside array bounds of =E2=80=98struct ecore_bulletin_content[1]=E2=80=99 [-Warray-bounds] 929 | return *__P; | ^~~~ ../drivers/net/qede/base/ecore_vf.c: In function =E2=80=98ecore_vf_read_bul= letin=E2=80=99: ../drivers/net/qede/base/ecore_vf.c:1757:39: note: at offset 96 into object =E2=80=98shadow=E2=80=99 of size 80 1757 | struct ecore_bulletin_content shadow; | ^~~~~~ In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_vf.c:7: In function =E2=80=98_mm256_loadu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:319:9, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:450:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98ecore_vf_read_bulletin=E2=80=99 at ../drivers/net/qede/base/ecore_vf.c:1777:2: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:929:10: warning: array subscript =E2=80=98__m256i_u[2]=E2=80=99 is partly outside a= rray bounds of =E2=80=98const void[80]=E2=80=99 [-Warray-bounds] 929 | return *__P; | ^~~~ In function =E2=80=98_mm256_loadu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:319:9, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:451:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98ecore_vf_read_bulletin=E2=80=99 at ../drivers/net/qede/base/ecore_vf.c:1777:2: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:929:10: warning: array subscript =E2=80=98__m256i_u[2]=E2=80=99 is partly outside a= rray bounds of =E2=80=98const void[80]=E2=80=99 [-Warray-bounds] 929 | return *__P; | ^~~~ [28/68] Compiling C object drivers/net/qede/base/libqede_base.a.p/ecore_mcp= .c.o In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_mcp.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_mov128=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:342:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:438:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98__ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:541:3, inlined from =E2=80=98_ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:638:2, inlined from =E2=80=98ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:742:9: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript 1 is outside array bounds of =E2=80=98union drv_un= ion_data[1]=E2=80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_mcp.c: In function =E2=80=98ecore_mcp_cmd_an= d_union=E2=80=99: ../drivers/net/qede/base/ecore_mcp.c:533:30: note: at offset 32 into object =E2=80=98union_data=E2=80=99 of size 32 533 | union drv_union_data union_data; | ^~~~~~~~~~ In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_mcp.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_mov128=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:343:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:438:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98__ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:541:3, inlined from =E2=80=98_ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:638:2, inlined from =E2=80=98ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:742:9: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript 2 is outside array bounds of =E2=80=98union drv_un= ion_data[1]=E2=80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_mcp.c: In function =E2=80=98ecore_mcp_cmd_an= d_union=E2=80=99: ../drivers/net/qede/base/ecore_mcp.c:533:30: note: at offset 64 into object =E2=80=98union_data=E2=80=99 of size 32 533 | union drv_union_data union_data; | ^~~~~~~~~~ In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_mcp.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_mov128=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:344:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:438:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98__ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:541:3, inlined from =E2=80=98_ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:638:2, inlined from =E2=80=98ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:742:9: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript 3 is outside array bounds of =E2=80=98union drv_un= ion_data[1]=E2=80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_mcp.c: In function =E2=80=98ecore_mcp_cmd_an= d_union=E2=80=99: ../drivers/net/qede/base/ecore_mcp.c:533:30: note: at offset 96 into object =E2=80=98union_data=E2=80=99 of size 32 533 | union drv_union_data union_data; | ^~~~~~~~~~ In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_mcp.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_mov64=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:331:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:445:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98__ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:541:3, inlined from =E2=80=98_ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:638:2, inlined from =E2=80=98ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:742:9: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript 1 is outside array bounds of =E2=80=98void[32]=E2= =80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_mcp.c: In function =E2=80=98ecore_mcp_cmd_an= d_union=E2=80=99: ../drivers/net/qede/base/ecore_mcp.c:533:30: note: at offset 160 into object =E2=80=98union_data=E2=80=99 of size 32 533 | union drv_union_data union_data; | ^~~~~~~~~~ ../drivers/net/qede/base/ecore_mcp.c:533:30: note: at offset 32 into object =E2=80=98union_data=E2=80=99 of size 32 In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_mcp.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:450:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98__ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:541:3, inlined from =E2=80=98_ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:638:2, inlined from =E2=80=98ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:742:9: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript 4 is outside array bounds of =E2=80=98void[32]=E2= =80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_mcp.c: In function =E2=80=98ecore_mcp_cmd_an= d_union=E2=80=99: ../drivers/net/qede/base/ecore_mcp.c:533:30: note: at offset [128, 256] into object =E2=80=98union_data=E2=80=99 of size 32 533 | union drv_union_data union_data; | ^~~~~~~~~~ In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_mcp.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:451:4, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98__ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:541:3, inlined from =E2=80=98_ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:638:2, inlined from =E2=80=98ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:742:9: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript 4 is outside array bounds of =E2=80=98void[32]=E2= =80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_mcp.c: In function =E2=80=98ecore_mcp_cmd_an= d_union=E2=80=99: ../drivers/net/qede/base/ecore_mcp.c:533:30: note: at offset [129, 257] into object =E2=80=98union_data=E2=80=99 of size 32 533 | union drv_union_data union_data; | ^~~~~~~~~~ In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_mcp.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:431:3, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98__ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:541:3, inlined from =E2=80=98_ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:638:2, inlined from =E2=80=98ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:742:9: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript =E2=80=98__m256i_u[0]=E2=80=99 is partly outside a= rray bounds of =E2=80=98union drv_union_data[1]=E2=80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_mcp.c: In function =E2=80=98ecore_mcp_cmd_an= d_union=E2=80=99: ../drivers/net/qede/base/ecore_mcp.c:533:30: note: at offset [17, 32] into object =E2=80=98union_data=E2=80=99 of size 32 533 | union drv_union_data union_data; | ^~~~~~~~~~ In file included from ../lib/eal/x86/include/rte_atomic.h:15, from ../lib/eal/include/generic/rte_pause.h:19, from ../lib/eal/x86/include/rte_pause.h:12, from ../lib/eal/include/generic/rte_spinlock.h:25, from ../lib/eal/x86/include/rte_spinlock.h:12, from ../drivers/net/qede/base/bcm_osal.h:14, from ../drivers/net/qede/base/ecore_mcp.c:7: In function =E2=80=98_mm_storeu_si128=E2=80=99, inlined from =E2=80=98rte_mov16=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:307:2, inlined from =E2=80=98rte_memcpy_generic=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:425:3, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:882:10, inlined from =E2=80=98__ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:541:3, inlined from =E2=80=98_ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:638:2, inlined from =E2=80=98ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:742:9: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/emmintrin.= h:740:8: warning: array subscript =E2=80=98__m128i_u[1]=E2=80=99 is partly outside a= rray bounds of =E2=80=98union drv_union_data[1]=E2=80=99 [-Warray-bounds] 740 | *__P =3D __B; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_mcp.c: In function =E2=80=98ecore_mcp_cmd_an= d_union=E2=80=99: ../drivers/net/qede/base/ecore_mcp.c:533:30: note: at offset [17, 32] into object =E2=80=98union_data=E2=80=99 of size 32 533 | union drv_union_data union_data; | ^~~~~~~~~~ In file included from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/immintrin.= h:43, from /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/x86intrin.= h:32, from ../lib/eal/x86/include/rte_vect.h:31, from ../lib/eal/x86/include/rte_memcpy.h:17, from ../drivers/net/qede/base/bcm_osal.h:17, from ../drivers/net/qede/base/ecore_mcp.c:7: In function =E2=80=98_mm256_storeu_si256=E2=80=99, inlined from =E2=80=98rte_mov32=E2=80=99 at ../lib/eal/x86/include/rte_= memcpy.h:320:2, inlined from =E2=80=98rte_memcpy_aligned=E2=80=99 at ../lib/eal/x86/include/rte_memcpy.h:856:3, inlined from =E2=80=98rte_memcpy=E2=80=99 at ../lib/eal/x86/include/rte= _memcpy.h:880:10, inlined from =E2=80=98__ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:541:3, inlined from =E2=80=98_ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:638:2, inlined from =E2=80=98ecore_mcp_cmd_and_union=E2=80=99 at ../drivers/net/qede/base/ecore_mcp.c:742:9: /usr/local/gcc-latest/lib/gcc/x86_64-pc-linux-gnu/12.0.0/include/avxintrin.= h:935:8: warning: array subscript =E2=80=98__m256i_u[0]=E2=80=99 is partly outside a= rray bounds of =E2=80=98union drv_union_data[1]=E2=80=99 [-Warray-bounds] 935 | *__P =3D __A; | ~~~~~^~~~~ ../drivers/net/qede/base/ecore_mcp.c: In function =E2=80=98ecore_mcp_cmd_an= d_union=E2=80=99: ../drivers/net/qede/base/ecore_mcp.c:533:30: note: at offset [1, 32] into object =E2=80=98union_data=E2=80=99 of size 32 533 | union drv_union_data union_data; | ^~~~~~~~~~ --=20 You are receiving this mail because: You are the assignee for the bug.=