From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4FDA1383F972; Fri, 11 Nov 2022 17:34:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FDA1383F972 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668188052; bh=Bzb6d/GJx53Q2b+EtWc/SPirRTRvU//BROmrlwJibQ4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hVqGPbqhYcRtzwq6TIhKB+Sjj68nFUH43Cge91zF8BUwBzuiJz0toO6fNSkD3FPI2 NVMqhJSv7Ib7wrOLNh9R4/tYIkW//FxpGy7iGC0alaUWxhUqeIpb3f9AeFckfxLb0D ussobyehHlwTQngWMlRn88PperV7H5bL/eNc1+bU= From: "ian at airs dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/107491] Gccgo stack not resizing on Solaris Date: Fri, 11 Nov 2022 17:34:12 +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: 12.1.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=3D107491 --- Comment #9 from Ian Lance Taylor --- I would suggest adding a new field to the GODEBUG parsing in go/runtime/runtime1.go and then calling a new C function defined in libgo/runtime/proc.c to store the value in a C static variable.=