From patchwork Mon Apr 29 14:09:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Sidwell X-Patchwork-Id: 1092637 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-499847-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=acm.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="JiNaqypQ"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44t6435mgNz9s7T for ; Tue, 30 Apr 2019 00:09:53 +1000 (AEST) Received: (qmail 89638 invoked by alias); 29 Apr 2019 14:09:47 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 89630 invoked by uid 89); 29 Apr 2019 14:09:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00, FREEMAIL_FROM, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=coroutines, nathan, rcs, RCS X-HELO: mail-yw1-f50.google.com Received: from mail-yw1-f50.google.com (HELO mail-yw1-f50.google.com) (209.85.161.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Apr 2019 14:09:45 +0000 Received: by mail-yw1-f50.google.com with SMTP id i66so3739215ywe.5 for ; Mon, 29 Apr 2019 07:09:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:to:from:subject:message-id:date:user-agent:mime-version :content-language; bh=Jm2vdETX7IkVPXk56DVlrx4tYzwjOGwxgIi6X73eaZc=; b=JiNaqypQv+1R/yKDRf2xuSpKSsg/c2SNCoxNOQsj1f10B3e+LEkBBulOApqVQN5g6n Z9zqVfqpwa+FKJW1rPpk79FYvLr/7QBZKttkAy48XJAd/mn/Xk6KieRE0NlUs1w/e/WA ewUlX7mA6iajFEVkv+QhZ/Xk5UWVyaNlJCoANDpG8gJXT3ZLCtGhFbJYFIVdjciTZpDm /e2F8pIxZLcDbfWfqUxpawcdOC7ShZQZ9KjIiAKSrcPc/qMuGROymjULUA31Tb6KEMkJ 6AifGX7W1pgYnkJccnHcJBAx3ngVm2OHYXFLi7B223D+VJSX1sL37VBdXrmDh+95q16H twuQ== Received: from ?IPv6:2620:10d:c0a3:1407:7c8a:7933:8a4d:8c40? ([2620:10d:c091:200::3:eeda]) by smtp.googlemail.com with ESMTPSA id t141sm2425058ywc.70.2019.04.29.07.09.42 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Mon, 29 Apr 2019 07:09:43 -0700 (PDT) Sender: Nathan Sidwell To: GCC Patches , Gerald Pfeifer From: Nathan Sidwell Subject: [wwwdocs] C++ Coroutines Message-ID: <53d8c505-37fe-6e36-52c6-b11fe115d802@acm.org> Date: Mon, 29 Apr 2019 10:09:41 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 I've committed this as obvious. The TS section didn't note coroutines were in progress. nathan Index: projects/cxx-status.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v retrieving revision 1.83 diff -U 2 -r1.83 cxx-status.html --- projects/cxx-status.html 18 Apr 2019 15:29:32 -0000 1.83 +++ projects/cxx-status.html 29 Apr 2019 14:08:01 -0000 @@ -668,5 +668,5 @@ Coroutines N4649 - No + In progress @@ -675,5 +675,5 @@ Modules N4720 - In progress + In progress