From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F06AB3858401; Mon, 19 Jun 2023 09:16:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F06AB3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687166167; bh=MvCBc6Ch5/oKVNW8rsBO7/BlcfOtjcBN2dQmk2JLwpo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aBpUYFuZVICdW4M/m9RSOQZJYWsampe0TysjW770fgx4WBJYsmJX9y+/Va2RW+ltd g/ShzbnnmaLUoZtjaKuj4eu/6yAiiLrjvu2k6IiD1KD84+aA7jUvhIfnZebajUYJX/ hwJose0M2bs4sOfRBPbNNqD3KqgUxY3houDr8ikI= From: "doko at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/110297] [13/14 Regression] all libgo tests fail on arm-linux-gnueabi and arm-linxu-gnueabihf Date: Mon, 19 Jun 2023 09:16:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Version: 13.1.1 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: doko at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com X-Bugzilla-Target-Milestone: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_gcctarget 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=3D110297 Matthias Klose changed: What |Removed |Added ---------------------------------------------------------------------------- Target|arm-linux-gnueabihf |arm-linux-gnueabihf |arm-linux-gnueabi |arm-linux-gnueabi | |powerpc-linux-gnu --- Comment #1 from Matthias Klose --- the libgo tests also fail on powerpc-linux-gnu (for 32bit, but not for the 64bit multilibs). the tests pass on i686-linux-gnu, also the 32bit multilib tests on sparc64-linux-gnu.=