From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 77289384F483; Mon, 21 Nov 2022 12:12:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 77289384F483 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669032734; bh=923hEyLYaahatfmlL3/0pC93e+gHO71YB48Rr5JtpEQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uHjPwQATdlEgFlSI7bNvuAwBF02fMvY4Hst6Zhc6U3NafFiCq29s+OEOvZ1e8Z5+S 8rqOsmmtJ7JJI44+IeSgvqFlaEC/SPa/zw0rkZxa0QOi22qU2J3EBBdg1rll5aRFN0 zm1Q7Vmh3PcapHrOWy2ZfjgJvyAm7eqcV1Bpj5OI= From: "jakub.kulik at oracle dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/107491] Gccgo stack not resizing on Solaris Date: Mon, 21 Nov 2022 12:11:54 +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: jakub.kulik at oracle 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 #11 from Jakub Kulik --- So, I looked into it and with the patch attached above seems to work as expected. Stack can be resized like this `GODEBUG=3Dminstacksize=3D32 ./tes= t`.=