From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 31AED3858D1E; Tue, 24 Jan 2023 14:30:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 31AED3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674570633; bh=/la3dLmRbghJViniwf4NvTk+CbXbUWJfbdj5tR4Q4cI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ngO2v6U3neyGiUpg8DgInZ7ARPnCbHwwmejBwWfw0gime/9G4VBsD9z5SnC74bc6O LbWlp8eZeuu1DO2jN7aNnAh+lpZzl+bCu/SUGGe6z1N0Y+8yhnqc3pO46+Qxy39CpQ 7spUBdGR5RXYvc35GH2OnRXFBYMofv2s2qH5y8po= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108500] [11/12 Regression] -O -finline-small-functions results in "internal compiler error: Segmentation fault" on a very large program (700k function calls) Date: Tue, 24 Jan 2023 14:30:32 +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: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_fail cf_known_to_work 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 ---------------------------------------------------------------------------- Summary|[11/12/13 Regression] -O |[11/12 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) Known to fail| |12.2.1 Known to work| |13.0 --- Comment #9 from Richard Biener --- The testcase now works on trunk by means of avoiding the recursion before C= FG cleanup.=