From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B183A3858C3A; Tue, 25 Jul 2023 10:52:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B183A3858C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690282369; bh=Yva6m09a4QzCFca3PZoI7SHl+61Fnn/WzfiVa3kWg2E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EtYAEyRz5Atn0Vkl0VBrtXEgTYrJnPOYyibdEZCKnvYsXSkxVpdtA+D8Hi85dmxXN ns187pIBoUZ3BbQPrxwdpCZC0ZWjIQZUDpuwlzIDG21z2w2PtnqoVdCeDqGoQ4p1Uz L/i+My+/j31IoKB90BTSsus1KfDxmW+X6d2k+08w= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/110739] std::format for chrono types compiles very slowly Date: Tue, 25 Jul 2023 10:52:49 +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.1.1 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D110739 --- Comment #3 from Jonathan Wakely --- Explicit instantiation declarations+definitions might help, both in and .=