From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95B1F3858D32; Mon, 23 Jan 2023 17:55:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95B1F3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674496503; bh=ixxARYluy9zAryHCjWZZ2qXMFu4H4ML5XRC9P+PcncY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Y/lRXg4PRvsjLm8mKpQ5KfhD10J9+sA4rd2CU/QzS4J9EY5eZxjtnM00gPPvXl95y n+RtKUi/VKQTqxCWeeOEUYn297lqWGXamawaw/saDMU7F89G1H3jthRg8g6oRhzV5s bNXoMkXKLuvQK0gfAkpGda3DQPkbwM6vIbLKwtuM= From: "dhekir at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108500] -O -finline-small-functions results in "internal compiler error: Segmentation fault" on a very large program (700k function calls) Date: Mon, 23 Jan 2023 17:55:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dhekir at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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 dhekir at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #54328|0 |1 is obsolete| | --- Comment #1 from dhekir at gmail dot com --- Created attachment 54329 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54329&action=3Dedit .tar.gz compressed version of program causing crash=