From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EF36338533EE; Fri, 9 Dec 2022 12:20:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF36338533EE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670588403; bh=F8iGUTRFEpTKBMsWOQXHyITkFONA3bY6bGuowMrf8LU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CScZGXmovt++voFGK+JJ38odrzH0kOAHDrHVBtATxae67auvubQOuxCbly/OYmqF6 2HohIHTxxPSHc+mVlWwhEY/SSNIsH0KF6P8zrI8CGQ5tAsorvuJM+OOV6dAyCD2gSN 9A6utJRDDdrppyEcYnJAG+qgCc4aO8BzDHTItcbY= From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107976] ICE: SIGSEGV (stack overflow) in emit_case_dispatch_table (stmt.cc:783) with large --param=jump-table-max-growth-ratio-for-speed Date: Fri, 09 Dec 2022 12:20:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org 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=3D107976 --- Comment #4 from Zdenek Sojka --- Thank you for having a look. If anything is done with the param limits, jump-table-max-growth-ratio-for-size should probably receive the same care.=