From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F3B23858299; Thu, 22 Sep 2022 10:58:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F3B23858299 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663844296; bh=8KhRxuemmNouFXM+EyHVAvh9KDeJt0BWUq+1PoM5JKA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vRtRBKb+ms7hwLcpZ19a1G8iKtsuvv6qW96QmeOwrZ0NIO0DRHtiUEC0YZBxnm8Ca xHlC6atBCS/USRgy3R9gD0sl5uDW8k+W69rL/i9uPnN93EJmMHO5eBPK7wt12Qug44 woSTtvOYD9Eeaiw+J3Qcg1ioM1zGgdehLHWovdog= From: "jirislaby at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBsdG8vOTk4MjhdIGlubGluaW5nIGZhaWxlZCBpbiBjYWxs?= =?UTF-8?B?IHRvIOKAmGFsd2F5c19pbmxpbmXigJkg4oCYbWVtY3B54oCZOiAtLXBhcmFt?= =?UTF-8?B?IG1heC1pbmxpbmUtaW5zbnMtYXV0byBsaW1pdCByZWFjaGVk?= Date: Thu, 22 Sep 2022 10:58:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: diagnostic, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: jirislaby at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99828 Jiri Slaby changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jirislaby at gmail dot com --- Comment #11 from Jiri Slaby --- Looking at the kernel patch, it says: This is fixed now in gcc, but work around it on older compilers by using a wrapper. If so, how was this fixed an when (in what version)?=