From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 71A6E3982418; Thu, 17 Nov 2022 11:24:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71A6E3982418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668684258; bh=8XYRXpIXbgiWsJINMg8A900oRoXGf1lpQ3P7r+YM7io=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Zx13bEDdUkR6tMt8owTbZggl3E4BOUrrpbaFxXOCiwsUjBgCg9XSgFzETHRorUBMM qn26ORW0TqZ2IPRks5MJTWnO9BgYVYBFMup1JfKSAvLwJdmmgthc+5LlSO84G/fJ2m VvIveeq2GsM314zITaDS2BPs+1INSRfVGf1wVr/I= From: "tnfchris 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:24:18 +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: tnfchris 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 #9 from Tamar Christina --- (In reply to Florian Weimer from comment #8) > (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 >=20 > Looks like a build with USE_EH_FRAME_REGISTRY. Unless you have configured > with --explicit-exception-frame-registration=3Dyes, it may mean that > USE_PT_GNU_EH_FRAME was not detected correctly. No, it's just made using default configure flags, no extra options.=