From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B458D385735C; Tue, 4 Oct 2022 00:25:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B458D385735C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664843152; bh=Lb6RNuU7fIT6enjC0D/HUqc46WaSoA+uDT0N5YFz2iE=; h=From:To:Subject:Date:From; b=chg4WIVRgAo4q6fF/y7IbW/sTcLmKOnGhW184TkzhdwPpihDNb2TtcQxyiL9hPCLU Uv1VHP2ninCONSmckLVHm/3GFqcp9WAZ76fG1l/RHsn3pQPbtTr8DsqKp2kIlxzJkZ PyEVFhtJy2Q4LINfw1S9upbWQ2Wjr2Bm8YB9EWVE= From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/107139] New: Time to remove #if _GLIBCXX_HOSTED guard for coroutine for freestanding Date: Tue, 04 Oct 2022 00:25:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: unlvsur at live dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D107139 Bug ID: 107139 Summary: Time to remove #if _GLIBCXX_HOSTED guard for coroutine for freestanding Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: unlvsur at live dot com Target Milestone: --- https://github.com/gcc-mirror/gcc/blob/c27ddea7465bfbc3b7077ddb13889014c9fd= 995e/libstdc%2B%2B-v3/include/std/coroutine#L346 The standard bug is fixed=