From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5B08C386F43F; Fri, 15 May 2020 22:33:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B08C386F43F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589582011; bh=LfqaZDXhX2wn1KW8X1AfQeCois0LEMNJCdIMa9oeC94=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VZk8N1w6yEofS/vTq3yf76/VE9CYrVC4mFqD9fD0xbRCE5dzW93tJ5taXHPLkns/C xpqoGsok6BcI5XMS6NhFiMvGJ4y8BhjchvVFoV0nEv62JauQ5tCwz4k7AmuhCVeD63 c/OyRPCj7oRSh3YL7t+9qKaSlTl21GqutXJCq+vw= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/95061] shared libgo library not found when running the testsuite Date: Fri, 15 May 2020 22:33:31 +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: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2020 22:33:31 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95061 --- Comment #7 from CVS Commits --- The master branch has been updated by Ian Lance Taylor : https://gcc.gnu.org/g:e478cacb62f116d2c8efdabc4b51e6d2d7041aae commit r11-432-ge478cacb62f116d2c8efdabc4b51e6d2d7041aae Author: Ian Lance Taylor Date: Fri May 15 10:50:57 2020 -0700 libgo: only build syscall test with -static if it works Test whether -static works, and use it if possible. This time for sure. For PR go/95061 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/234024=