From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DBD013858D3C; Fri, 11 Nov 2022 10:51:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DBD013858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668163915; bh=2+rD2PGERpXUQSo0l1tjLbTewQc4xdqndalFDtFHSFo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EiFvWKjIGRgpO9ZpZFAkQzNKpjZEcFJiT/aBKWgABymvtR/n6s+OCdjoP/ngSq6oT TtZyOL8Kr15KC7uxR2hYXaIDaeSDaILqLv6BjZXOdCKEbnvETh3JoE/u9g7vg7BE5s z+Mt/F/a9ilNdnxNV91cEdjSR/VDeCo9fS7Gn4is= From: "jakub.kulik at oracle dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/107491] Gccgo stack not resizing on Solaris Date: Fri, 11 Nov 2022 10:51:53 +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 #8 from Jakub Kulik --- Sure, this was just a quick first test. That said, GODEBUG is slightly more complex - is there an example of a C code where GODEBUG variables are being used you can point me to (I found only go sources with anything GODEBUG related)? As for the split stack, I will try looking into it and see if it works. Hav= ing overhead might solve the issue with no linker support, but it's indeed pret= ty wasteful (and might break what works currently)...=