From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 52B173858C3A; Fri, 10 Feb 2023 03:05:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 52B173858C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675998331; bh=0kDYZzVffG5fd9a2gF+9tSSd7/X6RSURIjJqEVdYg60=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t98N8fst8G12A5ng5lwOc5utJ9q21kpq+ig/uua1WE8IaX4b7o6yuv4jkfCwsVYOc 2AoGbW55gTP8dyyjXmdRRejwpC6B6P9gHAQ4NRHdDbtcUJL7nujCdE8DNjwfZQTUoM wW5SaPl/tum53H+0Zfu8A34Pfr91VxuWw8THUYHk= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/77760] get_time needs to set tm_wday amd tm_yday Date: Fri, 10 Feb 2023 03:05:29 +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: 7.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: --- 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=3D77760 --- Comment #6 from Jonathan Wakely --- (In reply to Alexandre Oliva from comment #5) > I'm not entirely sure what the point of testing for __clang__ is, really.= =20 > Is libstdc++ used with, or supposed to be used (say, as a system library) > with __clang__? Yes, routinely.=