[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] IOMMU/x86: fix build with old gcc after IO-APIC RTE changes
- To: Julien Grall <julien@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 17 Aug 2023 08:39:47 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=f+NttUkSjr7Z0htLFR9WU+TtrkKHE2S2MTNtxGhgDwo=; b=aPKn3LfjSeepqru4fh2ARQ49XGuAVRe5hrJEsha0E3unWIsW3MMfE7RF98tglZQgZFwq2pmkeusnYkZ63IgU4+qUZ0ec9aexpGW8k0HdC8AW9UGSO2NHfU1fKMLiFqad+3cNkKLHyVV5DnQEn71kpnBgBF7PFvivuXBkE3XbhC0lAxHKT5Jbys4VHWMv7UzRLRZx7s+QCLu77e6nmK42BQLbtQF9NCW7EgHOf2ckTXyqARgaMEWbStejIB34+/W929C5iFbhYxtcnb4wv9QIofVyiudG6OEn8T8U3TUoyMQxceVjWIo84X8z55LHrgAmrjWiN2PrF5iwoPV5/LIsmQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eoIEwH77JTGx53xpQlok7MryCf8ERQDDzQwseg6UvoMibAw5jH2VV6NuRqpuuZE7GVoUDUeo0lFJXJU0XxOosKscdI+xWEfEPVXK1H8y48laxPpAS2HcpVwJ2W+Hv3IsvdZP9vTPFnXtU6Yv9jhWxhpjBU5S5CHWvRIFUmpPdZG0hJM35a7sarhRKINung4GrquLb7Nv1N1AFSHDwSx/WT+TlcGee2mNz5d+5TlqkJv1v3ececgUIl5wlv9bfocfNgE6i4EVb1acmTJBIvBGq68ZgNktA3ptER5IFfvcTNaxny8C3NoWwnl0ue+WKZ6a1t8+laAErJSCxGm2WTm2bw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Kevin Tian <kevin.tian@xxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 17 Aug 2023 06:40:21 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 16.08.2023 18:57, Julien Grall wrote:
> On 16/08/2023 10:51, Jan Beulich wrote:
>> Old gcc won't cope with initializers involving unnamed struct/union
>
> Can you specify the newest version of GCC that breaks? This would help
> to reproduce your problem in case someone complain about this change.
I can't, without actually putting in effort to find out. I'm observing
these problems with 4.3.x iirc. And of course this isn't the first such
change, and I don't think we ever bothered writing down precise version
boundaries in any of the commits.
Sorry, Jan
|