From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B27BD3858C53; Sat, 22 Oct 2022 23:07:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B27BD3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666480033; bh=HeA4jCBOeEpNfx7KO0wxi/WprdSKWyy9eos6SFNvfj0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RhH+XdckL/SIUre09cqRmHLlG8mE325KH17qINbZyjrmqgQhd19r7nnzqX3HO0HWE m/Qb4/lNSBwMTDmeAvjnPpUzn9ZZ3CKldxRfEA4FWYmYF2GEtEyTFEsMoK1tUuvykP adpKHaOv3/aMl/ISHajE3AvpYuJDrvT6oAF7I/kU= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107358] [13 Regression] i686-linux: Since r13-3290-g98e341130f8798 code fails to build libjxl-0/7.0 (vector float code) Date: Sat, 22 Oct 2022 23:07:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D107358 --- Comment #3 from Sergei Trofimovich --- (In reply to Jakub Jelinek from comment #2) > Created attachment 53757 [details] > gcc13-pr107358.patch >=20 > Untested fix. The proposed patch fixes libjxl-0.7.0 build for me.=