From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40D623858D32; Sun, 5 Mar 2023 06:26:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40D623858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677997581; bh=5XsZlzg7/gv7TLULP6izCdPpllxzJ611qZc+wKI2mpM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E4QgBWKhM8u1NR/30HgGNTnnUvBl99xyl6oGzfsNg/Wra1lM6nWx463QY003fU7QT JqADeQ/NCHVsx0wtZwoHN/IhwipLvCPBIcsCVsH8Qi1D9s71kBNgvzZyLdGTs4K/57 MNNAu52ex+mq0vYnVdRJN3DowBpR6etwwKYsNK68= From: "nightstrike at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/69639] [10/11/12/13 Regression] FAIL: gcc.c-torture/compile/limits-exprparen.c Date: Sun, 05 Mar 2023 06:26:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: nightstrike at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 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=3D69639 --- Comment #18 from nightstrike --- (In reply to nightstrike from comment #9) > This affects 8-trunk on x86_64 cygwin, as well. The default size of the > stack for cc1 is: >=20 > $ peflags -x /tmp/b2/gcc/cc1.exe > /tmp/b2/gcc/cc1.exe: stack reserve size : 12582912 (0xc00000) bytes >=20 >=20 > Setting it to 0xd00000 and 0xe00000 also fail. Setting it to 0xf00000 > works. I didn't go further than that to see where between 14 and 15 megs= it > starts working. >=20 > Can we just boost the default stack size of cc1.exe by a couple megs for > affected hosts? It looks like Dave Korn already did it here: https://gcc.gnu.org/legacy-ml/gcc-patches/2010-12/msg00256.html But 12 isn't enough. We need 15 (or I guess 16 if you like powers of 2).=