From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D96C53860772; Thu, 28 Mar 2024 08:44:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D96C53860772 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711615464; bh=JeTAGvqYonP7W9rQEaqJQkAVX2DyUXlDNMG+ClqcUtA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Dl7emvhJdg00HJRbPfKyZaoX49N644o19VutGrW+C7fBq93W/HnzvA0UtkyIyUXEb p3gOX30UJqiSOD/+b85FKcoUTtoEuAK0E3my/iPTbT3qGRzd69wGvk7GlWTKi9Zj3v yV4PRp6iqsI0K9Zi+ugS/iEdWkOm0TNnUryTfDJk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114480] g++: internal compiler error: Segmentation fault signal terminated program cc1plus Date: Thu, 28 Mar 2024 08:44:24 +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: 11.4.0 X-Bugzilla-Keywords: compile-time-hog, memory-hog, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW 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: cc 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=3D114480 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu.org --- Comment #13 from Richard Biener --- So this remains an interesting testcase for register allocation at -O0 where we now have on trunk with release checking: integrated RA : 220.01 ( 60%)=20 LRA create live ranges : 91.86 ( 25%) TOTAL : 367.27 With -O1 it's now tree PTA : 212.64 ( 21%) expand vars : 182.37 ( 18%) expand : 212.10 ( 21%) TOTAL : 990.88=