This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r268262 - in /branches/c++-coroutines: ChangeLo...


Author: iains
Date: Fri Jan 25 12:03:25 2019
New Revision: 268262

URL: https://gcc.gnu.org/viewcvs?rev=268262&root=gcc&view=rev
Log:
c++-coroutines - Add a testcase showing co_return <value>;

Simple case, using the promise to contain the co_returned
entity.

2019-01-25  Iain Sandoe  <iain@sandoe.co.uk>

	* gcc/testsuite/g++.dg/coroutines/torture/co-ret-5.C: New.


Added:
    branches/c++-coroutines/gcc/testsuite/g++.dg/coroutines/torture/co-ret-5.C
Modified:
    branches/c++-coroutines/ChangeLog.coroutines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]