From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F26FC394243F; Thu, 17 Nov 2022 11:15:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F26FC394243F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668683702; bh=LBnV6brvyTyiE08Tikx5sdr/J9WicO3AFwmD8Pn+EkI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Mnl4GV4g4nPJzSHfEimVV87rX71nB7T1IsTngkhLgz0MPfEOpxcHBbEbtUMy1dEcm abvGxSXIPx/nGoe5sxGWwUkZ6QK1t9sj0Z66NlMkZi7bMsqtPSw6GrEqMFVoYgwlWJ Nlsn3cSjj8Inmww0OtyHgQqsw+O6mzirIt5BM4E4= From: "fw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/107675] [13 Regression] GCC-13 is significantly slower to startup on C++ programs Date: Thu, 17 Nov 2022 11:15:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fw at gcc dot gnu.org 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: 13.0 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=3D107675 --- Comment #8 from Florian Weimer --- (In reply to Tamar Christina from comment #4) > /opt/buildAgent/work/5c94c4ced6ebfcd0/libgcc/unwind-dw2-fde.c:111 > #6 __register_frame_info (begin=3D, ob=3D0x48cfe8 ) at > /opt/buildAgent/work/5c94c4ced6ebfcd0/libgcc/unwind-dw2-fde.c:150 > #7 0x0000000000400798 in frame_dummy () at > /opt/buildAgent/work/5c94c4ced6ebfcd0/libgcc/unwind-dw2-btree.h:361 > #8 0x0000000000400f90 in __libc_csu_init () at > /opt/buildAgent/work/5c94c4ced6ebfcd0/libgcc/unwind-dw2-btree.h:361 > #9 0x0000000000400a78 in __libc_start_main () at > /opt/buildAgent/work/5c94c4ced6ebfcd0/libgcc/unwind-dw2-btree.h:361 > #10 0x0000000000400688 in _start () at > /opt/buildAgent/work/5c94c4ced6ebfcd0/libgcc/unwind-dw2-btree.h:361 Looks like a build with USE_EH_FRAME_REGISTRY. Unless you have configured w= ith --explicit-exception-frame-registration=3Dyes, it may mean that USE_PT_GNU_EH_FRAME was not detected correctly.=