From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E856A3858D37; Sun, 28 Apr 2024 20:03:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E856A3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714334629; bh=V5GBqrtiOemlWW6cA7Ev3BuQ2V7yUGAzLdE2/xYmpn8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I/aYXzzLD9tbKlH3GnIbu4JGAOJ9PAIyOOyCmtJxjvYxEZivJdOPUAJWYp1T23CFS BDhMG7TzhqyHSns/PPTm5Km7kIrl8ZY/7MZzmG3RhXipq/wEjh5dHwfQyKevPTlih3 0n8q4QCBXh7QnQj67ix36HfyMoTBdmZV69MX6ut0= From: "ian at airs dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/52357] 64bit-out.go and go.test/test/cmplxdivide.go time out on Solaris/SPARC Date: Sun, 28 Apr 2024 20:03:48 +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: 4.7.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ian at airs dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com 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=3D52357 --- Comment #8 from Ian Lance Taylor --- This is a register allocator problem, not a Go problem. I've opened https://gcc.gnu.org/PR114881. It's an updated version of https://gcc.gnu.org/PR53125.=