From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D82D2385E456; Sat, 9 Mar 2024 00:31:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D82D2385E456 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709944306; bh=mERi3QVwiKFW9wBZT6hV9QARy7GhcH8YhViJn5b3ylo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=skXsQOaSOo+U7HYxjn7Yclop6zci6i9EZRBRpn2E74QuNaJ6hOBvbnO11/NwQWrQI FlXr8rXXYMEsaN/wP4cw6JtqVorTxlHloxi/ZZ6vFZvxT/XKNLav+F0zdwUEdLixkA EdIeuOqhe+4IBsNAawyZ93b5Nl+8VIgKNDUS3CTs= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/114279] utc_clock does not support leap seconds Date: Sat, 09 Mar 2024 00:31:45 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone bug_status 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=3D114279 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|13.3 |14.0 Status|ASSIGNED |RESOLVED --- Comment #4 from Jonathan Wakely --- Fixed for GCC 14. Thanks for the report.=