From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F39E38582AC; Fri, 2 Feb 2024 08:43:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F39E38582AC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706863401; bh=SzQptA+la31GhHXYyxzK1x6HNMJZ0KPvD/CxWsiqM/c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jhvH2DlsGSFftQ/8zj5h7Ws6OnZovnniqZxALLtI63rg3VZSXT3sZ4m4DXqcFAYLB VhaeejSMllSF+TVKLsR0kus3Fp7B3/BdELREuOklmfe4TCFCa2mtKFCFHiFzBQih01 hM4mwUTnQAj5sbPdI/UxF5ktNGph+IWgETJ3w7gw= From: "pinskia at gcc dot gnu.org" To: gcc-rust@gcc.gnu.org Subject: [Bug rust/113553] rust fails to build on sparc64-linux-gnu Date: Fri, 02 Feb 2024 08:43:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rust X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D113553 --- Comment #13 from Andrew Pinski --- (In reply to Bruno Haible from comment #12) > For reference: The Gnulib unit tests for posix_spawn* pass on > sparc-linux-gnu (both in 32-bit mode and in 64-bit mode). But the issue sounds very intermittent which makes it sound like memset mig= ht not always work. Even if the GNUlib unit test works, it might be different alignment of the variables on the stack or something like that is causing t= he failures there ... --=20 You are receiving this mail because: You are on the CC list for the bug.=