From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ED3F93858D39; Wed, 15 Mar 2023 10:03:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED3F93858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678874581; bh=e4lFpqsIq9IlrPcccRiWE5UqiznxdQAxNDM7kW/9D/E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C1N7m5pnkVZRJPZT+qdmo47z+MoeGi7oYbfEbqkrDMa9py/WYMw/ckP+b2AaF2wLl sFZ+dfA+wCS/EkwGs3h6aKYrcfS9O5nkokQMoSIa5/dUGC9cewTFKewBrDCFKFkSIL C8VRvkbLDBFrfX5tLN1I4dKKmnoBppgrLLxvIYaY= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108500] [11 Regression] -O -finline-small-functions results in "internal compiler error: Segmentation fault" on a very large program (700k function calls) Date: Wed, 15 Mar 2023 10:03:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: compile-time-hog, ice-on-valid-code, memory-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work short_desc priority cf_known_to_fail 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=3D108500 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |12.2.1 Summary|[11/12 Regression] -O |[11 Regression] -O |-finline-small-functions |-finline-small-functions |results in "internal |results in "internal |compiler error: |compiler error: |Segmentation fault" on a |Segmentation fault" on a |very large program (700k |very large program (700k |function calls) |function calls) Priority|P3 |P2 Known to fail|12.2.1 |12.2.0=